CAI AssaultGoal: 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.cpp /game/server/ai_behavior_assault....") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
! style="width: 15%; background-color: #303030; color: white" |Type | ! style="width: 15%; background-color: #303030; color: white" |Type | ||
! style="width: 35%; background-color: #303030; color: white" |Description | ! style="width: 35%; background-color: #303030; color: white" |Description | ||
|- | |- | ||
| style="width: 50%;" |'''InputBeginAssault''' | | style="width: 50%;" |'''InputBeginAssault''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
Line 47: | Line 31: | ||
|- | |- | ||
| style="width: 50%;" |'''m_RallySelectMethod''' | | style="width: 50%;" |'''m_RallySelectMethod''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 01:37, 16 March 2022
Overview[edit | edit source]
...
Source location : /game/server/ai_behavior_assault.cpp
Linked entity : ai_goal_assault
Class Structure[edit | edit source]
- CBaseEntity
- CAI_GoalEntity
- CAI_AssaultGoal
- CAI_GoalEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputBeginAssault | ||
m_AssaultCue | ||
m_RallyPoint | ||
m_RallySelectMethod |