Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
UIInfo.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class UIInfo: ScriptAndConfig
14 {
18  proto external string GetName();
23  proto external void SetName(string name);
27  proto external string GetDescription();
32  proto external void SetDescription(string description);
36  proto external ResourceName GetIconPath();
37 }
38 
UIInfo
UIInfo - declare object, allows to define UI elements.
Definition: UIInfo.c:13