Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_QRFGroupConfig.c File Reference

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
 

Enumeration Type Documentation

◆ SCR_EQRFGroupType

Definition at line 1 of file SCR_QRFGroupConfig.c.

Function Documentation

◆ Attribute()

enum SCR_EQRFGroupType Attribute ( desc:"Group/unit prefab"  )

Definition at line 11 of file SCR_QRFGroupConfig.c.

◆ GetNumberOfAvailableGroups()

int GetNumberOfAvailableGroups ( )

Definition at line 42 of file SCR_QRFGroupConfig.c.

◆ GetSpawnCost()

int GetSpawnCost ( )

Definition at line 36 of file SCR_QRFGroupConfig.c.

◆ SetNumberOfAvailableGroups()

void SetNumberOfAvailableGroups ( int  newNumber)

Definition at line 48 of file SCR_QRFGroupConfig.c.

Variable Documentation

◆ AIR

@ AIR = 1 << 3

Definition at line 5 of file SCR_QRFGroupConfig.c.

◆ INFANTRY

@ INFANTRY = 1 << 0

Definition at line 2 of file SCR_QRFGroupConfig.c.

◆ MOUNTED_INFANTRY

MOUNTED_INFANTRY = 1 << 1

Definition at line 3 of file SCR_QRFGroupConfig.c.

◆ VEHICLE

@ VEHICLE = 1 << 2

Definition at line 4 of file SCR_QRFGroupConfig.c.