CTFPasstimeLogic: 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/server/tf/tf_passtime_logic.h /game/server/tf/tf_passtime_logic.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/passtime_logic passtime_logic]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CPointEntity]]''' | ||
***''' | ***'''CTFPasstimeLogic''' | ||
== SendProps == | == SendProps == |
Revision as of 04:58, 24 March 2022
Overview
...
Source location : /game/server/tf/tf_passtime_logic.h
Linked Entity : passtime_logic
Class Structure
- CBaseEntity
- CPointEntity
- CTFPasstimeLogic
- CPointEntity
SendProps
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
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 |