Arma Reforger Script API
|
Sets movement speed of character. More...
Public Member Functions | |
override void | OnInit (AIAgent owner) |
override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
override array< string > | GetVariablesIn () |
override string | GetNodeMiddleText () |
Static Public Member Functions | |
static override bool | VisibleInPalette () |
static override string | GetOnHoverDescription () |
Protected Attributes | |
AIGroupMovementComponent | m_MovementComponent |
SCR_AIGroupSettingsComponent | m_SettingsComp |
EMovementType | m_eSpeed |
Static Protected Attributes | |
static const string | SPEED_PORT = "Speed" |
static ref TStringArray | s_aVarsIn |
Sets movement speed of character.
Also checks restrictions from settings.
override ENodeResult SCR_AIGroupSetMovementSpeed.EOnTaskSimulate | ( | AIAgent | owner, |
float | dt ) |
override string SCR_AIGroupSetMovementSpeed.GetNodeMiddleText | ( | ) |
|
static |
override array< string > SCR_AIGroupSetMovementSpeed.GetVariablesIn | ( | ) |
override void SCR_AIGroupSetMovementSpeed.OnInit | ( | AIAgent | owner | ) |
|
static |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |