![]() |
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) |
| AIAgent | GetAgentThatIsConscious (notnull array< AIAgent > agents, array< AIAgent > restrictedAgents, bool excludeDrivers=false, float excludeDistance=-1, vector locationOfAccident=vector.Zero) |
| override TStringArray | GetVariablesOut () |
Static Protected Member Functions | |
| static override bool | VisibleInPalette () |
| static override string | GetOnHoverDescription () |
| static override bool | CanReturnRunning () |
Protected Attributes | |
| bool | m_bTestNewVehicles |
| float | m_fMaxDistanceOfSearch_m |
| 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_aVehiclesToOccupy = {} |
| SCR_AIGroup | m_Group |
| SCR_AIGroupUtilityComponent | m_Utility |
| int | m_iStateOfExecution |
| int | m_iNumberOfUnpilotableVehicles |
Static Protected Attributes | |
| static const string | PORT_CAN_USE_VEHICLE = "CanUseVehicle" |
| static const string | NODE_NAME = "SCR_AIOccupyDriversInUsedVehicles" |
| static int | STATE_TESTING_STATE = 0 |
| static int | STATE_SENDING_SIGNALS = 1 |
| static int | STATE_WAITING = 2 |
| static int | STATE_FINISHED = 3 |
| static ref TStringArray | s_aVarsOut = { PORT_CAN_USE_VEHICLE } |
Definition at line 1 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 220 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlinestaticprotected |
Definition at line 310 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 53 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 207 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 266 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlinestaticprotected |
Definition at line 304 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 301 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 232 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 257 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 31 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 150 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 86 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlinestaticprotected |
Definition at line 292 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
inlineprotected |
Definition at line 194 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 16 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 17 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 18 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 19 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 4 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 7 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 15 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 10 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 20 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 23 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 22 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
protected |
Definition at line 21 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
staticprotected |
Definition at line 13 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
staticprotected |
Definition at line 12 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
staticprotected |
Definition at line 298 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
staticprotected |
Definition at line 28 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
staticprotected |
Definition at line 26 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
staticprotected |
Definition at line 25 of file SCR_AIOccupyDriversInUsedVehicles.c.
|
staticprotected |
Definition at line 27 of file SCR_AIOccupyDriversInUsedVehicles.c.