Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
GroupInfoDisplay.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  // Gets the array of BaseInfoDisplays
15  proto external int GetInfoDisplays(out notnull array<BaseInfoDisplay> outInfoDisplays);
16 }
17 
GroupInfoDisplay
Definition: GroupInfoDisplay.c:12
BaseInfoDisplay
Definition: BaseInfoDisplay.c:12