![]() |
Arma Reforger Explorer 1.7.0.54
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 () |
| 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 1 of file SCR_QRFGroupConfig.c.
| SCR_EQRFGroupType GetGroupType | ( | ) |
Definition at line 30 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 15 of file SCR_QRFGroupConfig.c.
| @ INFANTRY = 1 << 0 |
Definition at line 12 of file SCR_QRFGroupConfig.c.
| MOUNTED_INFANTRY = 1 << 1 |
Definition at line 13 of file SCR_QRFGroupConfig.c.
| @ VEHICLE = 1 << 2 |
Definition at line 14 of file SCR_QRFGroupConfig.c.