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

Static Public Attributes

static const string PORT_VALUE1 = "value1"
 
static const string PORT_VALUE2 = "value2"
 

Protected Member Functions

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

Static Protected Member Functions

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

Static Protected Attributes

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

Additional Inherited Members

- 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)
 

Member Function Documentation

◆ GetOnHoverDescription()

static override string DecoratorScripted_IsEqual.GetOnHoverDescription ( )
staticprotected

Implements DecoratorScripted.

◆ GetVariablesIn()

override TStringArray DecoratorScripted_IsEqual.GetVariablesIn ( )
protected

Implements Node.

◆ TestFunction()

override bool DecoratorScripted_IsEqual.TestFunction ( AIAgent owner)
protected

Implements DecoratorScripted.

◆ VisibleInPalette()

static override bool DecoratorScripted_IsEqual.VisibleInPalette ( )
staticprotected

Implements DecoratorScripted.

Member Data Documentation

◆ PORT_VALUE1

const string DecoratorScripted_IsEqual.PORT_VALUE1 = "value1"
static

◆ PORT_VALUE2

const string DecoratorScripted_IsEqual.PORT_VALUE2 = "value2"
static

◆ s_aVarsIn

ref TStringArray DecoratorScripted_IsEqual.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_VALUE1
Definition DecoratorScripted_IsEqual.c:4
static const string PORT_VALUE2
Definition DecoratorScripted_IsEqual.c:5

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