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

Protected Member Functions

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

Static Protected Member Functions

static void FindDoorActions (notnull IEntity doorEntity, notnull array< ScriptedUserAction > outActions, bool includeSiblings)
 Searches doorEntity and all its siblings (children of same parent) for SCR_DoorUserAction.
static SCR_DoorUserAction FindDoorUserAction (notnull IEntity entity)
static override bool VisibleInPalette ()
static override string GetOnHoverDescription ()

Protected Attributes

bool m_bOpenSiblingDoors

Static Protected Attributes

static ref TStringArray s_aVarsIn = { PORT_DOOR_ENTITY }

Detailed Description

Definition at line 1 of file SCR_AIOpenDoor.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 10 of file SCR_AIOpenDoor.c.

◆ FindDoorActions()

void SCR_AIOpenDoor::FindDoorActions ( notnull IEntity doorEntity,
notnull array< ScriptedUserAction > outActions,
bool includeSiblings )
inlinestaticprotected

Searches doorEntity and all its siblings (children of same parent) for SCR_DoorUserAction.

Definition at line 55 of file SCR_AIOpenDoor.c.

◆ FindDoorUserAction()

SCR_DoorUserAction SCR_AIOpenDoor::FindDoorUserAction ( notnull IEntity entity)
inlinestaticprotected

Definition at line 83 of file SCR_AIOpenDoor.c.

◆ GetOnHoverDescription()

override string SCR_AIOpenDoor::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 105 of file SCR_AIOpenDoor.c.

◆ GetVariablesIn()

override TStringArray SCR_AIOpenDoor::GetVariablesIn ( )
inlineprotected

Definition at line 108 of file SCR_AIOpenDoor.c.

◆ VisibleInPalette()

override bool SCR_AIOpenDoor::VisibleInPalette ( )
inlinestaticprotected

Definition at line 103 of file SCR_AIOpenDoor.c.

Member Data Documentation

◆ m_bOpenSiblingDoors

bool SCR_AIOpenDoor::m_bOpenSiblingDoors
protected

Definition at line 7 of file SCR_AIOpenDoor.c.

◆ s_aVarsIn

ref TStringArray SCR_AIOpenDoor::s_aVarsIn = { PORT_DOOR_ENTITY }
staticprotected

Definition at line 107 of file SCR_AIOpenDoor.c.


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