CFuncPasstimeGoal: 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/func_passtime_goal.h /game/server/tf/func_passtime_goal.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/func_passtime_goal func_passtime_goal]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseToggle]]''' | ||
***'''[[ | ***'''[[CBaseTrigger]]''' | ||
****'''[[ | ****'''[[CFuncPasstimeGoalShim]]''' | ||
*****''' | *****'''CFuncPasstimeGoal''' | ||
== SendProps == | == SendProps == |
Revision as of 04:53, 24 March 2022
Overview
...
Source location : /game/server/tf/func_passtime_goal.h
Linked Entity : func_passtime_goal
Class Structure
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CFuncPasstimeGoalShim
- CFuncPasstimeGoal
- CFuncPasstimeGoalShim
- CBaseTrigger
- CBaseToggle
SendProps
Name | Type | Description |
---|---|---|
m_bTriggerDisabled | Boolean | |
m_iGoalType | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
CFuncPasstimeGoalCFuncPasstimeGoalShim::EndTouch | ||
CFuncPasstimeGoalCFuncPasstimeGoalShim::StartTouch | ||
InputDisable | ||
InputDisableAndEndTouch | ||
InputEnable | ||
InputEndTouch | ||
InputStartTouch | ||
InputToggle | ||
InputTouchTest | ||
m_OnEndTouch | ||
m_OnEndTouchAll | ||
m_OnNotTouching | ||
m_OnStartTouch | ||
m_OnStartTouchAll | ||
m_OnTouching | ||
m_bDisabled | ||
m_flHeight | ||
m_flLip | ||
m_flMoveDistance | ||
m_flWait | ||
m_hActivator | ||
m_hFilter | ||
m_hTouchingEntities | ||
m_iFilterName | ||
m_iPoints | ||
m_movementType | ||
m_onScoreBlu | ||
m_onScoreRed | ||
m_sMaster | ||
m_toggle_state | ||
m_vecAngle1 | ||
m_vecAngle2 | ||
m_vecFinalAngle | ||
m_vecFinalDest | ||
m_vecMoveAng | ||
m_vecPosition1 | ||
m_vecPosition2 |