Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIGetSuppressionVolumeLine Interface Reference
Inheritance diagram for SCR_AIGetSuppressionVolumeLine:
AITaskScripted AITask Node

Public Member Functions

override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
- 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 ()
 

Public Attributes

ref array< ref Shape > m_aDbgShapes = {}
 

Protected Attributes

ref TStringArray s_aVarsOut = {START_OUT_POS_PORT,END_OUT_POS_PORT,SUPPRESS_TIME_PORT,AIM_TIME_PORT}
 
ref TStringArray s_aVarsIn = {SUPPRESSION_VOLUME_PORT,START_IN_POS_PORT,END_IN_POS_PORT,PROGRESS_IN_PORT}
 

Static Protected Attributes

static const string SUPPRESSION_VOLUME_PORT = "SuppressionVolume"
 
static const string START_IN_POS_PORT = "StartPositionIn"
 
static const string END_IN_POS_PORT = "EndPositionIn"
 
static const string PROGRESS_IN_PORT = "ProgressIn"
 
static const string START_OUT_POS_PORT = "StartPositionOut"
 
static const string END_OUT_POS_PORT = "EndPositionOut"
 
static const string SUPPRESS_TIME_PORT = "SuppressionTimeSOut"
 
static const string AIM_TIME_PORT = "AimTimeSOut"
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Protected Member Functions inherited from AITaskScripted
string GetNodeMiddleText ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIGetSuppressionVolumeLine.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIGetSuppressionVolumeLine.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIGetSuppressionVolumeLine.GetVariablesOut ( )

Implements Node.

◆ VisibleInPalette()

static override bool SCR_AIGetSuppressionVolumeLine.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ AIM_TIME_PORT

const string SCR_AIGetSuppressionVolumeLine.AIM_TIME_PORT = "AimTimeSOut"
staticprotected

◆ END_IN_POS_PORT

const string SCR_AIGetSuppressionVolumeLine.END_IN_POS_PORT = "EndPositionIn"
staticprotected

◆ END_OUT_POS_PORT

const string SCR_AIGetSuppressionVolumeLine.END_OUT_POS_PORT = "EndPositionOut"
staticprotected

◆ m_aDbgShapes

ref array<ref Shape> SCR_AIGetSuppressionVolumeLine.m_aDbgShapes = {}

◆ PROGRESS_IN_PORT

const string SCR_AIGetSuppressionVolumeLine.PROGRESS_IN_PORT = "ProgressIn"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIGetSuppressionVolumeLine.s_aVarsIn = {SUPPRESSION_VOLUME_PORT,START_IN_POS_PORT,END_IN_POS_PORT,PROGRESS_IN_PORT}
protected

◆ s_aVarsOut

ref TStringArray SCR_AIGetSuppressionVolumeLine.s_aVarsOut = {START_OUT_POS_PORT,END_OUT_POS_PORT,SUPPRESS_TIME_PORT,AIM_TIME_PORT}
protected

◆ START_IN_POS_PORT

const string SCR_AIGetSuppressionVolumeLine.START_IN_POS_PORT = "StartPositionIn"
staticprotected

◆ START_OUT_POS_PORT

const string SCR_AIGetSuppressionVolumeLine.START_OUT_POS_PORT = "StartPositionOut"
staticprotected

◆ SUPPRESS_TIME_PORT

const string SCR_AIGetSuppressionVolumeLine.SUPPRESS_TIME_PORT = "SuppressionTimeSOut"
staticprotected

◆ SUPPRESSION_VOLUME_PORT

const string SCR_AIGetSuppressionVolumeLine.SUPPRESSION_VOLUME_PORT = "SuppressionVolume"
staticprotected

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