CAI GoalEntity: Difference between revisions

From SigMod
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_goalentity.h /game/server/ai_goalentity.h]''' ==Cla...")
 
No edit summary
Line 7: Line 7:
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''CAI_GoalEntity'''
**'''CAI_GoalEntity'''
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CAI_AssaultGoal
! 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%;" |'''CAI_GoalEntityDelayedRefresh'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputActivate'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputDeactivate'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_SearchType'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_actors'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_fStartActive'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flags'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_hGoalEntity'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszActor'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszConceptModifiers'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszGoal'''
| style="width: 15%;" |
| style="width: 35%;" |
|}

Revision as of 01:29, 16 March 2022

Overview

...

Source location : /game/server/ai_goalentity.h

Class Structure

Entity DataMaps

CAI_AssaultGoal
Name Type Description
CAI_GoalEntityDelayedRefresh
InputActivate
InputDeactivate
m_SearchType
m_actors
m_fStartActive
m_flags
m_hGoalEntity
m_iszActor
m_iszConceptModifiers
m_iszGoal