CTFPlayerDestructionLogic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/tf_logic_player_destruction.h /game/shared/tf/tf_logic_player_destruction.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/tf_logic_player_destruction tf_logic_player_destruction]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CTFRobotDestructionLogic]]''' | ||
***''' | ***'''CTFPlayerDestructionLogic''' | ||
== SendProps == | == SendProps == |
Revision as of 17:52, 24 March 2022
Overview
...
Source location : /game/shared/tf/tf_logic_player_destruction.h
Linked Entity : tf_logic_player_destruction
Class Structure
- CBaseEntity
- CTFRobotDestructionLogic
- CTFPlayerDestructionLogic
- CTFRobotDestructionLogic
SendProps
Name | Type | Description |
---|---|---|
m_hRedTeamLeader | Integer | |
m_hBlueTeamLeader | Integer | |
m_iszCountdownImage | String | |
m_bUsingCountdownImage | Boolean |
Entity DataMaps
Name | Type | Description |
---|---|---|
InputDisableMaxScoreUpdating | ||
InputEnableMaxScoreUpdating | ||
InputScoreBluePoints | ||
InputScoreRedPoints | ||
InputSetCountdownImage | ||
InputSetCountdownTimer | ||
InputSetFlagResetDelay | ||
InputSetPointsOnPlayerDeath | ||
m_OnBlueScoreChanged | ||
m_OnCountdownTimerExpired | ||
m_OnRedScoreChanged | ||
m_iszPropDropSound | ||
m_iszPropModelName | ||
m_iszPropPickupSound | ||
m_nFlagResetDelay | ||
m_nHealDistance | ||
m_nMinPoints | ||
m_nPointsPerPlayer |