Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
SCR_AIRemoveStuckVehicle Interface Reference
Inheritance diagram for SCR_AIRemoveStuckVehicle:
[legend]

Public Member Functions

override void OnInit (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override TStringArray GetVariablesIn ()
 
override bool VisibleInPalette ()
 
override string GetOnHoverDescription ()
 

Public Attributes

SCR_AIGroup m_rGroup
 
IEntity m_vehicleEnt
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

override string SCR_AIRemoveStuckVehicle.GetOnHoverDescription ( )

◆ GetVariablesIn()

override TStringArray SCR_AIRemoveStuckVehicle.GetVariablesIn ( )

◆ OnInit()

override void SCR_AIRemoveStuckVehicle.OnInit ( AIAgent  owner)

◆ VisibleInPalette()

override bool SCR_AIRemoveStuckVehicle.VisibleInPalette ( )

Member Data Documentation

◆ m_rGroup

SCR_AIGroup SCR_AIRemoveStuckVehicle.m_rGroup

◆ m_vehicleEnt

IEntity SCR_AIRemoveStuckVehicle.m_vehicleEnt

◆ s_aVarsIn

ref TStringArray SCR_AIRemoveStuckVehicle.s_aVarsIn
staticprotected
Initial value:
= {
"VehicleIn"
}

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