Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIGroupSetMovementSpeed Interface Reference

Sets movement speed of character. More...

Inheritance diagram for SCR_AIGroupSetMovementSpeed:

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
 

Detailed Description

Sets movement speed of character.

Also checks restrictions from settings.

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetNodeMiddleText()

override string SCR_AIGroupSetMovementSpeed.GetNodeMiddleText ( )

◆ GetOnHoverDescription()

static override string SCR_AIGroupSetMovementSpeed.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override array< string > SCR_AIGroupSetMovementSpeed.GetVariablesIn ( )

◆ OnInit()

override void SCR_AIGroupSetMovementSpeed.OnInit ( AIAgent owner)

◆ VisibleInPalette()

static override bool SCR_AIGroupSetMovementSpeed.VisibleInPalette ( )
static

Member Data Documentation

◆ m_eSpeed

EMovementType SCR_AIGroupSetMovementSpeed.m_eSpeed
protected

◆ m_MovementComponent

AIGroupMovementComponent SCR_AIGroupSetMovementSpeed.m_MovementComponent
protected

◆ m_SettingsComp

SCR_AIGroupSettingsComponent SCR_AIGroupSetMovementSpeed.m_SettingsComp
protected

◆ s_aVarsIn

ref TStringArray SCR_AIGroupSetMovementSpeed.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string SPEED_PORT
Definition SCR_AIGroupSetMovementSpeed.c:6

◆ SPEED_PORT

const string SCR_AIGroupSetMovementSpeed.SPEED_PORT = "Speed"
staticprotected

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