Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIVehicleBehavior.c File Reference

Go to the source code of this file.

Classes

class  SCR_AIGetInVehicle
class  SCR_AIGetOutVehicle

Enumerations

enum  EAICompartmentType { None = -1 , Pilot , Turret , Cargo }

Functions

void SCR_AIVehicleBehavior (SCR_AIUtilityComponent utility, SCR_AIActivityBase groupActivity, IEntity vehicleEntity)
override int GetCause ()
override void OnActionSelected ()
override void OnActionCompleted ()
override void OnActionFailed ()

Variables

enum EAICompartmentType m_Vehicle = new SCR_BTParam<IEntity>(SCR_AIActionTask.ENTITY_PORT)

Enumeration Type Documentation

◆ EAICompartmentType

Enumerator
None 
Pilot 
Turret 
Cargo 

Definition at line 1 of file SCR_AIVehicleBehavior.c.

Function Documentation

◆ GetCause()

override int GetCause ( )

Definition at line 20 of file SCR_AIVehicleBehavior.c.

◆ OnActionCompleted()

override void OnActionCompleted ( )

Definition at line 34 of file SCR_AIVehicleBehavior.c.

◆ OnActionFailed()

override void OnActionFailed ( )

Definition at line 41 of file SCR_AIVehicleBehavior.c.

◆ OnActionSelected()

override void OnActionSelected ( )

Definition at line 27 of file SCR_AIVehicleBehavior.c.

◆ SCR_AIVehicleBehavior()

void SCR_AIVehicleBehavior ( SCR_AIUtilityComponent utility,
SCR_AIActivityBase groupActivity,
IEntity vehicleEntity )

Definition at line 14 of file SCR_AIVehicleBehavior.c.

Variable Documentation

◆ m_Vehicle

enum EAICompartmentType m_Vehicle = new SCR_BTParam<IEntity>(SCR_AIActionTask.ENTITY_PORT)