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

Public Member Functions

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

Public Attributes

ECharacterStance m_eStance
 

Static Protected Attributes

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

Additional Inherited Members

- Static Public Attributes inherited from SCR_AISendMessageGenerated
static const string PORT_RECEIVER = "Receiver"
 
- Protected Member Functions inherited from SCR_AISendMessageGenerated
SCR_AIActivityBase GetRelatedActivity (AIAgent owner)
 
AIWaypoint GetRelatedWaypoint (AIAgent owner)
 
bool SendMessage (AIAgent owner, AIAgent receiver, SCR_AIMessageBase msg)
 
bool SendMessage (AIAgent owner, AIAgent receiver, SCR_AIOrderBase msg)
 
void InitDebugData (out string outSentFromBt)
 
AIAgent GetReceiverAgent (AIAgent owner)
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 
- Static Protected Member Functions inherited from Node
static string GetOnHoverDescription ()
 
static bool CanReturnRunning ()
 
- Protected Attributes inherited from SCR_AISendMessageGenerated
string m_sText
 

Member Function Documentation

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetNodeMiddleText()

override string SCR_AISendOrder_Stance.GetNodeMiddleText ( )

Implements AITaskScripted.

◆ GetVariablesIn()

override TStringArray SCR_AISendOrder_Stance.GetVariablesIn ( )

Implements Node.

◆ VisibleInPalette()

static override bool SCR_AISendOrder_Stance.VisibleInPalette ( )
static

Member Data Documentation

◆ _s_aVarsIn

ref TStringArray SCR_AISendOrder_Stance._s_aVarsIn
staticprotected
Initial value:
=
{
"Stance"
}
Definition SCR_AISendOrderGenerated.c:2
static const string PORT_RECEIVER
Definition SCR_AISendOrderGenerated.c:3

◆ m_eStance

ECharacterStance SCR_AISendOrder_Stance.m_eStance

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