![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_AIVehicleUsageComponent |
Typedefs | |
| typedef func | SCR_AIOnVehicleDeleted |
| typedef func | SCR_AIOnVehicleDamageStateChanged |
Enumerations | |
| enum | EAIVehicleType |
| Vehicle type from point view of AI usage. More... | |
Functions | |
| enum EAIVehicleType | SCR_AIOnVehicleDeleted (SCR_AIVehicleUsageComponent comp) |
| void | SCR_AIOnVehicleDamageStateChanged (SCR_AIVehicleUsageComponent comp, EDamageState state) |
Variables | |
| INVALID | |
| GROUND_VEHICLE_WHEELED | |
| GROUND_VEHICLE_TRACKED | |
| STATIC_WEAPON | |
| STATIC_ARTILLERY | |
| AIRCRAFT_HELICOPTER | |
| AIRCRAFT_PLANE | |
Definition at line 24 of file SCR_AIVehicleUsageComponent.c.
| typedef func SCR_AIOnVehicleDeleted |
Definition at line 21 of file SCR_AIVehicleUsageComponent.c.
| enum EAIVehicleType |
Vehicle type from point view of AI usage.
Definition at line 2 of file SCR_AIVehicleUsageComponent.c.
| void SCR_AIOnVehicleDamageStateChanged | ( | SCR_AIVehicleUsageComponent | comp, |
| EDamageState | state ) |
| AIRCRAFT_HELICOPTER |
Definition at line 8 of file SCR_AIVehicleUsageComponent.c.
| AIRCRAFT_PLANE |
Definition at line 9 of file SCR_AIVehicleUsageComponent.c.
| GROUND_VEHICLE_TRACKED |
Definition at line 3 of file SCR_AIVehicleUsageComponent.c.
| GROUND_VEHICLE_WHEELED |
Definition at line 2 of file SCR_AIVehicleUsageComponent.c.
| @ INVALID |
Definition at line 0 of file SCR_AIVehicleUsageComponent.c.
| STATIC_ARTILLERY |
Definition at line 6 of file SCR_AIVehicleUsageComponent.c.
| STATIC_WEAPON |
Definition at line 5 of file SCR_AIVehicleUsageComponent.c.