|
Arma Reforger Script API
|
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 | |
| float | m_fPriorityLevel |
| bool | m_bIsWaypointRelated |
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 |
| override ENodeResult SCR_AISendGoalMessage_Animate.EOnTaskSimulate | ( | AIAgent | owner, |
| float | dt ) |
Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
Implements AITaskScripted.
| override string SCR_AISendGoalMessage_Animate.GetNodeMiddleText | ( | ) |
Implements AITaskScripted.
| override TStringArray SCR_AISendGoalMessage_Animate.GetVariablesIn | ( | ) |
Implements Node.
|
static |
Implements SCR_AISendMessageGenerated.
|
staticprotected |
| bool SCR_AISendGoalMessage_Animate.m_bIsWaypointRelated |
| float SCR_AISendGoalMessage_Animate.m_fPriorityLevel |