Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseFireMode.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class BaseFireMode: ScriptAndConfig
13 {
14  proto external int GetBurstSize();
15  proto external EBurstType GetBurstType();
16  proto external int GetSalvoSize();
17  proto external float GetShotSpan();
18  proto external owned string GetUIName();
19  proto external EWeaponFiremodeType GetFiremodeType();
20 }
21 
EBurstType
EBurstType
Definition: EBurstType.c:12
EWeaponFiremodeType
EWeaponFiremodeType
Definition: EWeaponFiremodeType.c:12
BaseFireMode
Definition: BaseFireMode.c:12