CCaptureZone: 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_capture_zone.h /game/server/tf/func_capture_zone.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/func_capturezone func_capturezone]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseToggle]]''' | ||
***'''[[ | ***'''[[CBaseTrigger]]''' | ||
****'''[[ | ****'''[[CCaptureZoneShim]]''' | ||
*****''' | *****'''CCaptureZone''' | ||
== SendProps == | == SendProps == |
Revision as of 04:50, 24 March 2022
Overview
...
Source location : /game/server/tf/func_capture_zone.h
Linked Entity : func_capturezone
Class Structure
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CCaptureZoneShim
- CCaptureZone
- CCaptureZoneShim
- CBaseTrigger
- CBaseToggle
SendProps
Name | Type | Description |
---|---|---|
m_bDisabled | Boolean |
Entity DataMaps
Name | Type | Description |
---|---|---|
CCaptureZoneCCaptureZoneShim::Touch | ||
InputDisable | ||
InputDisableAndEndTouch | ||
InputEnable | ||
InputEndTouch | ||
InputStartTouch | ||
InputToggle | ||
InputTouchTest | ||
m_OnCapTeam1 | ||
m_OnCapTeam1_PD | ||
m_OnCapTeam2 | ||
m_OnCapTeam2_PD | ||
m_OnEndTouch | ||
m_OnEndTouchAll | ||
m_OnNotTouching | ||
m_OnStartTouch | ||
m_OnStartTouchAll | ||
m_OnTouching | ||
m_bDisabled | ||
m_bShouldBlock | ||
m_flCaptureDelay | ||
m_flCaptureDelayOffset | ||
m_flHeight | ||
m_flLip | ||
m_flMoveDistance | ||
m_flWait | ||
m_hActivator | ||
m_hFilter | ||
m_hTouchingEntities | ||
m_iFilterName | ||
m_movementType | ||
m_nCapturePoint | ||
m_outputOnCapture | ||
m_sMaster | ||
m_toggle_state | ||
m_vecAngle1 | ||
m_vecAngle2 | ||
m_vecFinalAngle | ||
m_vecFinalDest | ||
m_vecMoveAng | ||
m_vecPosition1 | ||
m_vecPosition2 |