Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle Interface Reference
Inheritance diagram for SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle:
SCR_ScenarioFrameworkAIAction

Public Member Functions

override void Init (SCR_AIGroup targetAIGroup, IEntity entity)
 
- Public Member Functions inherited from SCR_ScenarioFrameworkAIAction
void OnActivate ()
 
ref array< ref SCR_ScenarioFrameworkActionBaseGetSubActions ()
 

Public Attributes

ref SCR_ScenarioFrameworkGet m_VehicleGetter
 
bool m_bAllowPartialMove
 
bool m_bCheckSlots
 
bool m_bAllowDriver
 
bool m_bAllowGunner
 
bool m_bAllowCargo
 
- Public Attributes inherited from SCR_ScenarioFrameworkAIAction
bool m_bDebug
 
SCR_AIGroup m_AIGroup
 
IEntity m_IEntity
 

Protected Member Functions

bool FilterCompartmentSlot (notnull BaseCompartmentSlot slot)
 
void GetNestedCompartmentSlots (notnull IEntity owner, notnull out array< BaseCompartmentSlot > outCompartments)
 

Member Function Documentation

◆ FilterCompartmentSlot()

bool SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.FilterCompartmentSlot ( notnull BaseCompartmentSlot slot)
protected

◆ GetNestedCompartmentSlots()

void SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.GetNestedCompartmentSlots ( notnull IEntity owner,
notnull out array< BaseCompartmentSlot > outCompartments )
protected

◆ Init()

override void SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.Init ( SCR_AIGroup targetAIGroup,
IEntity entity )

Member Data Documentation

◆ m_bAllowCargo

bool SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.m_bAllowCargo

◆ m_bAllowDriver

bool SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.m_bAllowDriver

◆ m_bAllowGunner

bool SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.m_bAllowGunner

◆ m_bAllowPartialMove

bool SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.m_bAllowPartialMove

◆ m_bCheckSlots

bool SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.m_bCheckSlots

◆ m_VehicleGetter

ref SCR_ScenarioFrameworkGet SCR_ScenarioFrameworkAIActionMoveAIIntoVehicle.m_VehicleGetter

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