Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
enum | SCR_EQRFGroupType |
Functions | |
enum SCR_EQRFGroupType | Attribute (desc:"Group/unit prefab") |
SCR_EQRFGroupType | GetGroupType () |
Determine group type of descriptor. More... | |
int | GetSpawnCost () |
int | GetNumberOfAvailableGroups () |
void | SetNumberOfAvailableGroups (int newNumber) |
Variables | |
INFANTRY = 1 << 0 | |
MOUNTED_INFANTRY = 1 << 1 | |
VEHICLE = 1 << 2 | |
AIR = 1 << 3 | |
enum SCR_EQRFGroupType |
Definition at line 1 of file SCR_QRFGroupConfig.c.
enum SCR_EQRFGroupType Attribute | ( | desc:"Group/unit prefab" | ) |
Definition at line 11 of file SCR_QRFGroupConfig.c.
int GetNumberOfAvailableGroups | ( | ) |
Definition at line 42 of file SCR_QRFGroupConfig.c.
int GetSpawnCost | ( | ) |
Definition at line 36 of file SCR_QRFGroupConfig.c.
void SetNumberOfAvailableGroups | ( | int | newNumber | ) |
Definition at line 48 of file SCR_QRFGroupConfig.c.
@ AIR = 1 << 3 |
Definition at line 5 of file SCR_QRFGroupConfig.c.
@ INFANTRY = 1 << 0 |
Definition at line 2 of file SCR_QRFGroupConfig.c.
MOUNTED_INFANTRY = 1 << 1 |
Definition at line 3 of file SCR_QRFGroupConfig.c.
@ VEHICLE = 1 << 2 |
Definition at line 4 of file SCR_QRFGroupConfig.c.