|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnEnter (AIAgent owner) |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state. | |
| override TStringArray | GetVariablesIn () |
| override TStringArray | GetVariablesOut () |
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 () |
Public Attributes | |
| float | m_Time |
Static Protected Member Functions | |
| static override string | GetOnHoverDescription () |
Static Protected Member Functions inherited from Node | |
| static bool | CanReturnRunning () |
Protected Attributes | |
| float | elapsedTime |
| bool | isInfinite |
Static Protected Attributes | |
| static ref TStringArray | s_aVarsIn |
| static ref TStringArray | s_aVarsOut |
Static Protected Attributes inherited from Node | |
| static ref TStringArray | m_aEmptyVars = {} |
Additional Inherited Members | |
Protected Member Functions inherited from AITaskScripted | |
| string | GetNodeMiddleText () |
| override ENodeResult SCR_AITaskTimer.EOnTaskSimulate | ( | AIAgent | owner, |
| float | dt ) |
Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
Implements AITaskScripted.
Implemented in SCR_AITaskTimerGate.
|
staticprotected |
Implements Node.
Implemented in SCR_AITaskTimerGate.
| override TStringArray SCR_AITaskTimer.GetVariablesIn | ( | ) |
Implements Node.
| override TStringArray SCR_AITaskTimer.GetVariablesOut | ( | ) |
Implements Node.
| override void SCR_AITaskTimer.OnEnter | ( | AIAgent | owner | ) |
Implements AITaskScripted.
Implemented in SCR_AITaskTimerGate.
|
static |
Implements Node.
Implemented in SCR_AITaskTimerGate.
|
protected |
|
protected |
| float SCR_AITaskTimer.m_Time |
|
staticprotected |
|
staticprotected |