Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
StreetLampComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class StreetLampComponentClass: GenericComponentClass
13 {
14 }
15 
16 class StreetLampComponent: GenericComponent
17 {
18  proto external bool IsLightOn();
19  proto external void SetBroken(bool broken);
20 }
21 
SetBroken
proto external void SetBroken(bool broken)
StreetLampComponentClass
Definition: StreetLampComponent.c:12
IsLightOn
StreetLampComponentClass GenericComponentClass IsLightOn()