Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIVehicleUsageComponent.c File Reference

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

Typedef Documentation

◆ SCR_AIOnVehicleDamageStateChanged

◆ SCR_AIOnVehicleDeleted

Definition at line 21 of file SCR_AIVehicleUsageComponent.c.

Enumeration Type Documentation

◆ EAIVehicleType

Vehicle type from point view of AI usage.

Definition at line 2 of file SCR_AIVehicleUsageComponent.c.

Function Documentation

◆ SCR_AIOnVehicleDamageStateChanged()

◆ SCR_AIOnVehicleDeleted()

Variable Documentation

◆ AIRCRAFT_HELICOPTER

AIRCRAFT_HELICOPTER

Definition at line 8 of file SCR_AIVehicleUsageComponent.c.

◆ AIRCRAFT_PLANE

AIRCRAFT_PLANE

Definition at line 9 of file SCR_AIVehicleUsageComponent.c.

◆ GROUND_VEHICLE_TRACKED

GROUND_VEHICLE_TRACKED

Definition at line 3 of file SCR_AIVehicleUsageComponent.c.

◆ GROUND_VEHICLE_WHEELED

GROUND_VEHICLE_WHEELED

Definition at line 2 of file SCR_AIVehicleUsageComponent.c.

◆ INVALID

@ INVALID

Definition at line 0 of file SCR_AIVehicleUsageComponent.c.

◆ STATIC_ARTILLERY

STATIC_ARTILLERY

Definition at line 6 of file SCR_AIVehicleUsageComponent.c.

◆ STATIC_WEAPON

STATIC_WEAPON

Definition at line 5 of file SCR_AIVehicleUsageComponent.c.