Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIDecoIsCompartmentTypeAllowed Interface Reference
Inheritance diagram for SCR_AIDecoIsCompartmentTypeAllowed:
DecoratorScripted Decorator Node

Public Member Functions

override TStringArray GetVariablesIn ()
 
- Public Member Functions inherited from Node
proto external int GetNodeID ()
 
proto external TypeName GetVariableType (bool inputPort, string name)
 
proto bool GetVariableIn (string name, out void val)
 
proto void SetVariableOut (string name, void val)
 
proto void ClearVariable (string name)
 
proto void GetCallstackStr (out string val)
 
proto void GetParentTreeName (out string val)
 

Static Public Attributes

static const string PORT_COMPARTMENT_TYPE = "CompartmentType"
 
static const string PORT_BOARDING_PARAMS = "BoardingParams"
 

Protected Member Functions

override bool TestFunction (AIAgent owner)
 
- Protected Member Functions inherited from DecoratorScripted
void OnInit (AIAgent owner)
 
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Static Protected Member Functions inherited from DecoratorScripted
static override string GetOnHoverDescription ()
 
static override bool VisibleInPalette ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ GetVariablesIn()

override TStringArray SCR_AIDecoIsCompartmentTypeAllowed.GetVariablesIn ( )

Implements Node.

◆ TestFunction()

override bool SCR_AIDecoIsCompartmentTypeAllowed.TestFunction ( AIAgent owner)
protected

Implements DecoratorScripted.

Member Data Documentation

◆ PORT_BOARDING_PARAMS

const string SCR_AIDecoIsCompartmentTypeAllowed.PORT_BOARDING_PARAMS = "BoardingParams"
static

◆ PORT_COMPARTMENT_TYPE

const string SCR_AIDecoIsCompartmentTypeAllowed.PORT_COMPARTMENT_TYPE = "CompartmentType"
static

◆ s_aVarsIn

ref TStringArray SCR_AIDecoIsCompartmentTypeAllowed.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_COMPARTMENT_TYPE
Definition SCR_AIDecoIsCompartmentTypeAllowed.c:3
static const string PORT_BOARDING_PARAMS
Definition SCR_AIDecoIsCompartmentTypeAllowed.c:4

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