CTFPasstimeLogic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Handles logic for the Passtime gamemode. | |||
'''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 == | ||
| Line 193: | Line 189: | ||
| style="width: 15%;" |Boolean | | style="width: 15%;" |Boolean | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |||
|} | |} | ||
Latest revision as of 15:55, 10 July 2022
Overview
Handles logic for the Passtime gamemode.
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 |