![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnEnter (AIAgent owner) |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| ENodeResult | Testing_State (bool isScheduled) |
| ENodeResult | SendingMessages_State () |
| ENodeResult | Waiting_State () |
| ENodeResult | Finished_State () |
| void | CancelOrders () |
| override void | OnAbort (AIAgent owner, Node nodeCausingAbort) |
| void | OnAgentLifeStateChanged (AIAgent incapacitatedAgent, SCR_AIInfoComponent infoIncap, IEntity vehicle, ECharacterLifeState lifeState) |
Static Protected Member Functions | |
| static override bool | VisibleInPalette () |
| static override string | GetOnHoverDescription () |
| static override bool | CanReturnRunning () |
Protected Attributes | |
| float | m_fUpdateInterval_ms |
| float | m_fNextUpdate_ms |
| ref array< AIAgent > | m_aAgents = {} |
| ref array< AIAgent > | m_aInformedAgents = {} |
| ref array< ref SCR_AIGroupVehicle > | m_aUsedVehicles = {} |
| ref array< ref SCR_AIGroupVehicle > | m_aVehiclesToLeave = {} |
| SCR_AIGroup | m_Group |
| SCR_AIGroupUtilityComponent | m_Utility |
| int | m_iStateOfExecution |
Static Protected Attributes | |
| static const string | NODE_NAME = "SCR_AILeaveStaticVehicles" |
| static int | STATE_TESTING_STATE = 0 |
| static int | STATE_SENDING_SIGNALS = 1 |
| static int | STATE_WAITING = 2 |
| static int | STATE_FINISHED = 3 |
Definition at line 1 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 173 of file SCR_AILeaveStaticVehicles.c.
|
inlinestaticprotected |
Definition at line 231 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 43 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 167 of file SCR_AILeaveStaticVehicles.c.
|
inlinestaticprotected |
Definition at line 225 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 185 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 210 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 23 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 120 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 76 of file SCR_AILeaveStaticVehicles.c.
|
inlinestaticprotected |
Definition at line 219 of file SCR_AILeaveStaticVehicles.c.
|
inlineprotected |
Definition at line 149 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 9 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 10 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 11 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 12 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 8 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 4 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 13 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 15 of file SCR_AILeaveStaticVehicles.c.
|
protected |
Definition at line 14 of file SCR_AILeaveStaticVehicles.c.
|
staticprotected |
Definition at line 6 of file SCR_AILeaveStaticVehicles.c.
|
staticprotected |
Definition at line 20 of file SCR_AILeaveStaticVehicles.c.
|
staticprotected |
Definition at line 18 of file SCR_AILeaveStaticVehicles.c.
|
staticprotected |
Definition at line 17 of file SCR_AILeaveStaticVehicles.c.
|
staticprotected |
Definition at line 19 of file SCR_AILeaveStaticVehicles.c.