Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapWaterBodyProps.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  proto ref Color GetWaterColor();
15  proto external void SetWaterColor(notnull Color color);
16  proto external void SetVisible(bool visibility);
17  proto external bool IsVisible();
18 }
19 
MapWaterBodyProps
Definition: MapWaterBodyProps.c:12