Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AISemaphoreIn Interface Reference
Inheritance diagram for SCR_AISemaphoreIn:
AITaskScripted AITask Node

Public Member Functions

override TStringArray GetVariablesIn ()
 
override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
- Public Member Functions inherited from AITaskScripted
void OnInit (AIAgent owner)
 
void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
- 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 ()
 

Protected Member Functions

override string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 

Protected Attributes

string m_lockName
 
int m_maxAllowedHolders
 
SCR_LockContextComponent m_lockComponent
 

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 Node
static string GetOnHoverDescription ()
 
static bool CanReturnRunning ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.

Implements AITaskScripted.

◆ GetNodeMiddleText()

override string SCR_AISemaphoreIn.GetNodeMiddleText ( )
protected

Implements AITaskScripted.

◆ GetVariablesIn()

override TStringArray SCR_AISemaphoreIn.GetVariablesIn ( )

Implements Node.

◆ OnEnter()

override void SCR_AISemaphoreIn.OnEnter ( AIAgent owner)

Implements AITaskScripted.

◆ VisibleInPalette()

static override bool SCR_AISemaphoreIn.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_lockComponent

SCR_LockContextComponent SCR_AISemaphoreIn.m_lockComponent
protected

◆ m_lockName

string SCR_AISemaphoreIn.m_lockName
protected

◆ m_maxAllowedHolders

int SCR_AISemaphoreIn.m_maxAllowedHolders
protected

◆ s_aVarsIn

ref TStringArray SCR_AISemaphoreIn.s_aVarsIn
staticprotected
Initial value:
= {
"LockNameIn"
}

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