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 |
||
Line 11: | Line 11: | ||
***'''CAI_AssaultGoal''' | ***'''CAI_AssaultGoal''' | ||
delegate appropriate ent props to goalentity | |||
== 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; |
Revision as of 01:15, 14 March 2022
Overview
...
Source location : /game/server/ai_behavior_assault.cpp
Linked entity : ai_goal_assault
Class Structure
- CBaseEntity
- CAI_GoalEntity
- CAI_AssaultGoal
- CAI_GoalEntity
delegate appropriate ent props to goalentity
Entity DataMaps
Name | Type | Description |
---|---|---|
CAI_GoalEntityDelayedRefresh | ||
InputActivate | ||
InputBeginAssault | ||
InputDeactivate | ||
InputUpdateActors | ||
m_AssaultCue | ||
m_RallyPoint | ||
m_RallySelectMethod | ||
m_SearchType | ||
m_actors | ||
m_fStartActive | ||
m_flags | ||
m_hGoalEntity | ||
m_iszActor | ||
m_iszConceptModifiers | ||
m_iszGoal |