CFlagDetectionZone: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''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....") |
No edit summary |
||
Line 11: | Line 11: | ||
***'''[[CBaseTrigger]]''' | ***'''[[CBaseTrigger]]''' | ||
****'''CFlagDetectionZone''' | ****'''CFlagDetectionZone''' | ||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CFlagDetectionZone | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''InputDisable''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputEnable''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputTest''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bDisabled''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bShouldAlarm''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_outputOnDroppedFlag''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_outputOnEndTouchFlag''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_outputOnPickedUpFlag''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_outputOnStartTouchFlag''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 22:27, 26 March 2022
Overview[edit | edit source]
...
Source location : /game/server/tf/func_capture_zone.h
Linked Entity : func_flagdetectionzone
Class Structure[edit | edit source]
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CFlagDetectionZone
- CBaseTrigger
- CBaseToggle
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputDisable | ||
InputEnable | ||
InputTest | ||
m_bDisabled | ||
m_bShouldAlarm | ||
m_outputOnDroppedFlag | ||
m_outputOnEndTouchFlag | ||
m_outputOnPickedUpFlag | ||
m_outputOnStartTouchFlag |