CTriggerStun: 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/tf_triggers.h /game/server/tf/tf_triggers.h]''' '''Li...") |
No edit summary |
||
Line 11: | Line 11: | ||
***'''[[CBaseTrigger]]''' | ***'''[[CBaseTrigger]]''' | ||
****'''CTriggerStun''' | ****'''CTriggerStun''' | ||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CTriggerStun | |||
! 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%;" |'''CTriggerStunStunThink''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_OnStunPlayer''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bStunEffects''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flMoveSpeedReduction''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flStunDuration''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flTriggerDelay''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_iStunType''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_stunEntities''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 00:42, 28 March 2022
Overview[edit | edit source]
...
Source location : /game/server/tf/tf_triggers.h
Linked Entity : trigger_stun
Class Structure[edit | edit source]
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CTriggerStun
- CBaseTrigger
- CBaseToggle
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CTriggerStunStunThink | ||
m_OnStunPlayer | ||
m_bStunEffects | ||
m_flMoveSpeedReduction | ||
m_flStunDuration | ||
m_flTriggerDelay | ||
m_iStunType | ||
m_stunEntities |