Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AISetPosition.c File Reference

Go to the source code of this file.

Classes

class  BtVariableAISmartActionComponent

Functions

override TStringArray GetVariablesIn ()
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)

Variables

BtVariableAISmartActionComponent TARGET_INFO_PORT = "TargetInfo"
ref TStringArray s_aVarsIn
CharacterControllerComponent m_charContr

Function Documentation

◆ EOnTaskSimulate()

override ENodeResult EOnTaskSimulate ( AIAgent owner,
float dt )
protected

Definition at line 32 of file SCR_AISetPosition.c.

◆ GetVariablesIn()

override TStringArray GetVariablesIn ( )
protected

Definition at line 23 of file SCR_AISetPosition.c.

Variable Documentation

◆ m_charContr

CharacterControllerComponent m_charContr
protected

Definition at line 20 of file SCR_AISetPosition.c.

◆ s_aVarsIn

ref TStringArray s_aVarsIn
protected
Initial value:
= {
ENTITY_PORT,
AGENT_PORT,
TARGET_PORT,
}

Definition at line 14 of file SCR_AISetPosition.c.

◆ TARGET_INFO_PORT

BtVariableAISmartActionComponent TARGET_INFO_PORT = "TargetInfo"