Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIDecoIsArrayEmpty Interface Reference
Inheritance diagram for SCR_AIDecoIsArrayEmpty:
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 Member Functions

static override bool VisibleInPalette ()
 

Static Public Attributes

static const string VARIABLE_PORT = "VariableIn"
 

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 Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ GetVariablesIn()

override TStringArray SCR_AIDecoIsArrayEmpty.GetVariablesIn ( )

Implements Node.

◆ TestFunction()

override bool SCR_AIDecoIsArrayEmpty.TestFunction ( AIAgent owner)
protected

Implements DecoratorScripted.

◆ VisibleInPalette()

static override bool SCR_AIDecoIsArrayEmpty.VisibleInPalette ( )
static

Implements DecoratorScripted.

Member Data Documentation

◆ s_aVarsIn

ref TStringArray SCR_AIDecoIsArrayEmpty.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string VARIABLE_PORT
Definition SCR_AIDecoIsArrayEmpty.c:3

◆ VARIABLE_PORT

const string SCR_AIDecoIsArrayEmpty.VARIABLE_PORT = "VariableIn"
static

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