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

Protected Member Functions

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

Static Protected Member Functions

static override bool VisibleInPalette ()
static override string GetOnHoverDescription ()

Static Protected Attributes

static const string PORT_VEHICLE_ENTITY = "VehicleEntity"
static const string PORT_NAVLINK_ENTITY = "NavlinkEntity"
static const string PORT_DOOR_USER_AGENT = "DoorUserAgent"
static const string PORT_DOOR_USER_ENTITY = "DoorUserEntity"
static const string PORT_USE_TELEKINESIS = "UseTelekinesis"
static ref TStringArray s_aVarsOut = {PORT_DOOR_USER_AGENT, PORT_DOOR_USER_ENTITY, PORT_USE_TELEKINESIS }
static ref TStringArray s_aVarsIn = {PORT_VEHICLE_ENTITY, PORT_NAVLINK_ENTITY }

Detailed Description

Definition at line 1 of file SCR_AISelectDoorOperatorAgent.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 13 of file SCR_AISelectDoorOperatorAgent.c.

◆ GetOnHoverDescription()

override string SCR_AISelectDoorOperatorAgent::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 111 of file SCR_AISelectDoorOperatorAgent.c.

◆ GetVariablesIn()

override TStringArray SCR_AISelectDoorOperatorAgent::GetVariablesIn ( )
inlineprotected

Definition at line 119 of file SCR_AISelectDoorOperatorAgent.c.

◆ GetVariablesOut()

override TStringArray SCR_AISelectDoorOperatorAgent::GetVariablesOut ( )
inlineprotected

Definition at line 115 of file SCR_AISelectDoorOperatorAgent.c.

◆ VisibleInPalette()

override bool SCR_AISelectDoorOperatorAgent::VisibleInPalette ( )
inlinestaticprotected

Definition at line 108 of file SCR_AISelectDoorOperatorAgent.c.

Member Data Documentation

◆ PORT_DOOR_USER_AGENT

const string SCR_AISelectDoorOperatorAgent::PORT_DOOR_USER_AGENT = "DoorUserAgent"
staticprotected

Definition at line 8 of file SCR_AISelectDoorOperatorAgent.c.

◆ PORT_DOOR_USER_ENTITY

const string SCR_AISelectDoorOperatorAgent::PORT_DOOR_USER_ENTITY = "DoorUserEntity"
staticprotected

Definition at line 9 of file SCR_AISelectDoorOperatorAgent.c.

◆ PORT_NAVLINK_ENTITY

const string SCR_AISelectDoorOperatorAgent::PORT_NAVLINK_ENTITY = "NavlinkEntity"
staticprotected

Definition at line 5 of file SCR_AISelectDoorOperatorAgent.c.

◆ PORT_USE_TELEKINESIS

const string SCR_AISelectDoorOperatorAgent::PORT_USE_TELEKINESIS = "UseTelekinesis"
staticprotected

Definition at line 10 of file SCR_AISelectDoorOperatorAgent.c.

◆ PORT_VEHICLE_ENTITY

const string SCR_AISelectDoorOperatorAgent::PORT_VEHICLE_ENTITY = "VehicleEntity"
staticprotected

Definition at line 4 of file SCR_AISelectDoorOperatorAgent.c.

◆ s_aVarsIn

ref TStringArray SCR_AISelectDoorOperatorAgent::s_aVarsIn = {PORT_VEHICLE_ENTITY, PORT_NAVLINK_ENTITY }
staticprotected

Definition at line 118 of file SCR_AISelectDoorOperatorAgent.c.

◆ s_aVarsOut

ref TStringArray SCR_AISelectDoorOperatorAgent::s_aVarsOut = {PORT_DOOR_USER_AGENT, PORT_DOOR_USER_ENTITY, PORT_USE_TELEKINESIS }
staticprotected

Definition at line 114 of file SCR_AISelectDoorOperatorAgent.c.


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