![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_AIGetInVehicle |
| class | SCR_AIGetOutVehicle |
Enumerations | |
| enum | EAICompartmentType { None = -1, Pilot, Turret, Cargo } |
Functions | |
| void | SCR_AIVehicleBehavior (SCR_AIUtilityComponent utility, SCR_AIActivityBase groupActivity, IEntity vehicleEntity) |
| override void | OnActionSelected () |
| override void | OnActionCompleted () |
| override void | OnActionFailed () |
Variables | |
| enum EAICompartmentType | m_Vehicle = new SCR_BTParam<IEntity>(SCR_AIActionTask.ENTITY_PORT) |
| enum EAICompartmentType |
| Enumerator | |
|---|---|
| None | |
| Pilot | |
| Turret | |
| Cargo | |
Definition at line 1 of file SCR_AIVehicleBehavior.c.
| override void OnActionCompleted | ( | ) |
Definition at line 24 of file SCR_AIVehicleBehavior.c.
| override void OnActionFailed | ( | ) |
Definition at line 30 of file SCR_AIVehicleBehavior.c.
| override void OnActionSelected | ( | ) |
Definition at line 18 of file SCR_AIVehicleBehavior.c.
| void SCR_AIVehicleBehavior | ( | SCR_AIUtilityComponent | utility, |
| SCR_AIActivityBase | groupActivity, | ||
| IEntity | vehicleEntity | ||
| ) |
Definition at line 13 of file SCR_AIVehicleBehavior.c.
| enum EAICompartmentType m_Vehicle = new SCR_BTParam<IEntity>(SCR_AIActionTask.ENTITY_PORT) |