Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Attributes | List of all members
SCR_AIFollowEntityPath Interface Reference

Task that takes group and uses it path to move. More...

Inheritance diagram for SCR_AIFollowEntityPath:
[legend]

Public Member Functions

override bool VisibleInPalette ()
 
override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override TStringArray GetVariablesIn ()
 
override void OnEnter (AIAgent owner)
 

Public Attributes

ChimeraCharacter m_pCharacter
 
GenericEntity m_pFollowedEntity
 
bool setupResult
 
AIBaseMovementComponent m_pMyMovementComponent
 

Static Public Attributes

static const string PORT_ENTITY_IN = "GroupIn"
 
- Static Public Attributes inherited from SCR_AIActionTask
static const string ENTITY_PORT = "Entity"
 
static const string POSITION_PORT = "Position"
 
static const string STANCE_PORT = "Stance"
 
static const string ROLEINVEHICLE_PORT = "RoleInVehicle"
 
static const string REPORTER_PORT = "ReportingAgent"
 
static const string USE_VEHICLES_PORT = "UseVehicles"
 
static const string DESIREDDISTANCE_PORT = "DesiredDistance"
 
static const string TARGET_PORT = "Target"
 
static const string TARGETINFO_PORT = "TargetInfo"
 
static const string TARGETPOSITION_PORT = "TargetPosition"
 
static const string NEXTCOVERPOSITION_PORT = "NextCoverPosition"
 
static const string COMPARTMENT_PORT = "Compartment"
 
static const string SMARTACTION_PORT = "SmartActionComponent"
 
static const string WEAPON_TYPE_PORT = "WeaponType"
 
static const string WEAPON_COMP_PORT = "WeaponComponent"
 
static const string MAGAZINE_COMP_PORT = "MagazineComponent"
 
static const string MAGAZINE_WELL_PORT = "MagazineWell"
 
static const string PRIORITY_LEVEL_PORT = "PriorityLevel"
 
static const string MUZZLE_ID = "MuzzleID"
 
static const string WAYPOINT_PORT = "Waypoint"
 
static const string BOARDING_PARAMS_PORT = "BoardingParams"
 
static const string DEFEND_DIRECTION_PORT = "DefendDirection"
 
static const string DEFEND_LOCATION_PORT = "DefendLocation"
 
static const string ANGULAR_RANGE_PORT = "AngularRange"
 
static const string WAYPOINT_RELATED_PORT = "WaypointRelated"
 
static const string IS_DANGEROUS_PORT = "isDangerous"
 
static const string RESET_TIMER_PORT = "ResetTimer"
 
static const string TIMEOUT_PORT = "Timeout"
 
static const string DELAY_PORT = "Delay"
 
static const string REINIT_PORT = "Reinit"
 
static const string RADIUS_PORT = "Radius"
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 

Additional Inherited Members

- Protected Member Functions inherited from SCR_AIActionTask
SCR_AIActionBase GetExecutedAction ()
 Returns current action from the utility component.
 
- Protected Attributes inherited from SCR_AIActionTask
SCR_AIBaseUtilityComponent m_UtilityComp
 

Detailed Description

Task that takes group and uses it path to move.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIFollowEntityPath.EOnTaskSimulate ( AIAgent  owner,
float  dt 
)

◆ GetVariablesIn()

override TStringArray SCR_AIFollowEntityPath.GetVariablesIn ( )

◆ OnEnter()

override void SCR_AIFollowEntityPath.OnEnter ( AIAgent  owner)

Implements SCR_AIActionTask.

◆ VisibleInPalette()

override bool SCR_AIFollowEntityPath.VisibleInPalette ( )

Member Data Documentation

◆ m_pCharacter

ChimeraCharacter SCR_AIFollowEntityPath.m_pCharacter

◆ m_pFollowedEntity

GenericEntity SCR_AIFollowEntityPath.m_pFollowedEntity

◆ m_pMyMovementComponent

AIBaseMovementComponent SCR_AIFollowEntityPath.m_pMyMovementComponent

◆ PORT_ENTITY_IN

const string SCR_AIFollowEntityPath.PORT_ENTITY_IN = "GroupIn"
static

◆ s_aVarsIn

ref TStringArray SCR_AIFollowEntityPath.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_ENTITY_IN
Definition: SCR_AIFollowEntityPath.c:7

◆ setupResult

bool SCR_AIFollowEntityPath.setupResult

The documentation for this interface was generated from the following file: