Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIGroupSetMovementSpeed Class Reference
Inheritance diagram for SCR_AIGroupSetMovementSpeed:
AITaskScripted

Protected Member Functions

override void OnInit (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
override array< stringGetVariablesIn ()
override string GetNodeMiddleText ()

Static Protected 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.

Definition at line 3 of file SCR_AIGroupSetMovementSpeed.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIGroupSetMovementSpeed::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 24 of file SCR_AIGroupSetMovementSpeed.c.

◆ GetNodeMiddleText()

override string SCR_AIGroupSetMovementSpeed::GetNodeMiddleText ( )
inlineprotected

Definition at line 60 of file SCR_AIGroupSetMovementSpeed.c.

◆ GetOnHoverDescription()

override string SCR_AIGroupSetMovementSpeed::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 68 of file SCR_AIGroupSetMovementSpeed.c.

◆ GetVariablesIn()

override array< string > SCR_AIGroupSetMovementSpeed::GetVariablesIn ( )
inlineprotected

Definition at line 54 of file SCR_AIGroupSetMovementSpeed.c.

◆ OnInit()

override void SCR_AIGroupSetMovementSpeed::OnInit ( AIAgent owner)
inlineprotected

Definition at line 15 of file SCR_AIGroupSetMovementSpeed.c.

◆ VisibleInPalette()

override bool SCR_AIGroupSetMovementSpeed::VisibleInPalette ( )
inlinestaticprotected

Definition at line 48 of file SCR_AIGroupSetMovementSpeed.c.

Member Data Documentation

◆ m_eSpeed

EMovementType SCR_AIGroupSetMovementSpeed::m_eSpeed
protected

Definition at line 12 of file SCR_AIGroupSetMovementSpeed.c.

◆ m_MovementComponent

AIGroupMovementComponent SCR_AIGroupSetMovementSpeed::m_MovementComponent
protected

Definition at line 8 of file SCR_AIGroupSetMovementSpeed.c.

◆ m_SettingsComp

SCR_AIGroupSettingsComponent SCR_AIGroupSetMovementSpeed::m_SettingsComp
protected

Definition at line 9 of file SCR_AIGroupSetMovementSpeed.c.

◆ s_aVarsIn

ref TStringArray SCR_AIGroupSetMovementSpeed::s_aVarsIn
staticprotected
Initial value:

Definition at line 51 of file SCR_AIGroupSetMovementSpeed.c.

◆ SPEED_PORT

const string SCR_AIGroupSetMovementSpeed::SPEED_PORT = "Speed"
staticprotected

Definition at line 6 of file SCR_AIGroupSetMovementSpeed.c.


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