CTFPlayerDestructionLogic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Handles the logic for the player destruction gamemode. | |||
'''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 == |
Latest revision as of 15:56, 10 July 2022
Overview[edit | edit source]
Handles the logic for the player destruction gamemode.
Source location : /game/shared/tf/tf_logic_player_destruction.h
Linked Entity : tf_logic_player_destruction
Class Structure[edit | edit source]
- CBaseEntity
- CTFRobotDestructionLogic
- CTFPlayerDestructionLogic
- CTFRobotDestructionLogic
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_hRedTeamLeader | Integer | |
m_hBlueTeamLeader | Integer | |
m_iszCountdownImage | String | |
m_bUsingCountdownImage | Boolean |
Entity DataMaps[edit | edit source]
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 |