CArenaLogic: 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 arena 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:01, 10 July 2022
Overview[edit | edit source]
Handles logic for the arena gamemode.
Source location : /game/shared/tf/tf_gamerules.h
Linked Entity : tf_logic_arena
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CArenaLogic
- CPointEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CArenaLogicArenaLogicThink | ||
m_OnArenaRoundStart | ||
m_OnCapEnabled | ||
m_flTimeToEnableCapPoint |