CBaseTrigger: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
== Entity DataMaps == | == Entity DataMaps == | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | ||
|+ | |+CBaseTrigger | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
! style="width: 15%; background-color: #303030; color: white" |Type | ! style="width: 15%; background-color: #303030; color: white" |Type | ||
Line 71: | Line 71: | ||
|- | |- | ||
| style="width: 50%;" |'''m_bDisabled''' | | style="width: 50%;" |'''m_bDisabled''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
Line 103: | Line 83: | ||
|- | |- | ||
| style="width: 50%;" |'''m_iFilterName''' | | style="width: 50%;" |'''m_iFilterName''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 18:59, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/triggers.h
Linked Entity : trigger
Class Structure[edit | edit source]
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CBaseToggle
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputDisable | ||
InputDisableAndEndTouch | ||
InputEnable | ||
InputEndTouch | ||
InputStartTouch | ||
InputToggle | ||
InputTouchTest | ||
m_OnEndTouch | ||
m_OnEndTouchAll | ||
m_OnNotTouching | ||
m_OnStartTouch | ||
m_OnStartTouchAll | ||
m_OnTouching | ||
m_bDisabled | ||
m_hFilter | ||
m_hTouchingEntities | ||
m_iFilterName |