|
Arma Reforger Script API
|
Public Member Functions | |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state. | |
| override TStringArray | GetVariablesOut () |
| override TStringArray | GetVariablesIn () |
| 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 () |
| static override string | GetOnHoverDescription () |
Protected Attributes | |
| SCR_AIUtilityComponent | m_Utility |
| ECharacterStance | m_eStanceLimit0 |
| ECharacterStance | m_eStanceLimit1 |
Static Protected Attributes | |
| static const string | STANCE_OUT_PORT = "StanceOut" |
| static const string | STANCE_IN_PORT = "StanceIn" |
| static ref TStringArray | s_aVarsOut = { STANCE_OUT_PORT } |
| static ref TStringArray | s_aVarsIn = { STANCE_IN_PORT } |
Static Protected Attributes inherited from Node | |
| static ref TStringArray | m_aEmptyVars = {} |
Additional Inherited Members | |
Static Protected Member Functions inherited from Node | |
| static bool | CanReturnRunning () |
| override ENodeResult SCR_AILimitStance.EOnTaskSimulate | ( | AIAgent | owner, |
| float | dt ) |
Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
Implements AITaskScripted.
| override string SCR_AILimitStance.GetNodeMiddleText | ( | ) |
Implements AITaskScripted.
|
static |
Implements Node.
| override TStringArray SCR_AILimitStance.GetVariablesIn | ( | ) |
Implements Node.
| override TStringArray SCR_AILimitStance.GetVariablesOut | ( | ) |
Implements Node.
|
static |
Implements Node.
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |