CRallyPoint: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/ai_behavior_assault.h /game/server/ai_behavior_assault.h]...") |
No edit summary |
||
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; | ||
|+ | |+CRallyPoint | ||
! 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 |
Latest revision as of 22:55, 17 March 2022
Overview[edit | edit source]
...
Source location : /game/server/ai_behavior_assault.h
Linked entity : assault_rallypoint
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CRallyPoint
- CPointEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_AssaultPointName | ||
m_OnArrival | ||
m_RallySequenceName | ||
m_bForceCrouch | ||
m_bIsUrgent | ||
m_flAssaultDelay | ||
m_hLockedBy | ||
m_iPriority | ||
m_iStrictness | ||
m_sExclusivity |