Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WeaponsGroup.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class WeaponsGroup: ScriptAndConfig
13{
14 void WeaponsGroup();
15
16 proto external int GetAvailableRippleQuantities(notnull out array<int> output);
17 proto external int GetNumberOfRippleModes();
18 proto external int GetNumberOfWeaponsIndices();
19 proto external EWeaponGroupFireMode GetFireMode();
20 proto external string GetName();
21 proto external int GetWeaponIndices(notnull out array<int> output);
22}
23
EWeaponGroupFireMode