CKothLogic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Handles logic for the KOTH gamemode. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/tf_gamerules.h /game/shared/tf/tf_gamerules.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/tf_gamerules.h /game/shared/tf/tf_gamerules.h]''' |
Latest revision as of 16:16, 10 July 2022
Overview[edit | edit source]
Handles logic for the KOTH gamemode.
Source location : /game/shared/tf/tf_gamerules.h
Linked Entity : tf_logic_koth
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CKothLogic
- CPointEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputAddBlueTimer | ||
InputAddRedTimer | ||
InputRoundActivate | ||
InputRoundSpawn | ||
InputSetBlueTimer | ||
InputSetRedTimer | ||
m_nTimeToUnlockPoint | ||
m_nTimerInitialLength |