CTFPasstimeLogic: 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 Passtime gamemode. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_passtime_logic.h /game/server/tf/tf_passtime_logic.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_passtime_logic.h /game/server/tf/tf_passtime_logic.h]''' |
Latest revision as of 15:55, 10 July 2022
Overview[edit | edit source]
Handles logic for the Passtime gamemode.
Source location : /game/server/tf/tf_passtime_logic.h
Linked Entity : passtime_logic
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CTFPasstimeLogic
- CPointEntity
SendProps[edit | edit source]
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_hBall | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_trackPoints | Vector | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_trackPoints | Array | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iNumSections | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iCurrentSection | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flMaxPassRange | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iBallPower | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flPackSpeed | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputJumpPadUsed | ||
InputRoomTriggerOnTouch | ||
InputSetSection | ||
InputSpawnBall | ||
InputSpeedBoostUsed | ||
InputTimeUp | ||
m_flMaxPassRange | ||
m_iBallSpawnCountdownSec | ||
m_iNumSections | ||
m_onBallFree | ||
m_onBallGetAny | ||
m_onBallGetBlu | ||
m_onBallGetRed | ||
m_onBallPowerDown | ||
m_onBallPowerUp | ||
m_onBallRemoved | ||
m_onScoreAny | ||
m_onScoreBlu | ||
m_onScoreRed | ||
statica | ||
staticb | ||
staticc |