![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_AIGroupVehicle | FindVehicle (IEntity vehicleEntity) |
| SCR_AIGroupVehicle | FindVehicle (SCR_AIVehicleUsageComponent vehicleUsageComp) |
| SCR_AIGroupVehicle | FindVehicleBySubgroupId (int vehicleHandlerId) |
| void | GetAllVehicles (array< ref SCR_AIGroupVehicle > outAllVehicles) |
| void | GetAllVehicleEntities (array< IEntity > outAllVehicles) |
| int | GetVehiclesCount () |
| SCR_AIGroupVehicle | TryAddVehicle (notnull SCR_AIVehicleUsageComponent vehicleUsageComp) |
| bool | RemoveVehicle (notnull SCR_AIVehicleUsageComponent vehicleUsageComp) |
| void | OnAgentRemoved (notnull AIAgent removedAgent, notnull SCR_AIGroup agentFormerGroup) |
Protected Attributes | |
| ref array< ref SCR_AIGroupVehicle > | m_aGroupVehicles = {} |
Definition at line 1 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 6 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 17 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 28 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 47 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 39 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 55 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Called from SCR_AIGroupUtilityComponent Removes vehicle of removed agent from group usage if there is no other member of group using the same vehicle
| [in] | agent | |
| [in] | groupUsingVehicle |
Definition at line 92 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 74 of file SCR_AIGroupVehicleManager.c.
|
inlineprotected |
Definition at line 61 of file SCR_AIGroupVehicleManager.c.
|
protected |
Definition at line 3 of file SCR_AIGroupVehicleManager.c.