Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseLightSlot.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
7 class BaseLightSlot: ScriptAndConfig
8 {
9  proto external bool ShouldTick();
10  proto external int GetLightSide();
11  // returns id of Parent emissive surface. -1 in case parent surface is not set
12  proto external int GetSurfaceID();
13  proto external bool IsPresence();
14  proto external bool IsLightFunctional();
15  proto external IEntity GetOwner();
16  proto external IEntity GetLightEntity();
17  proto external ELightType GetLightType();
18  proto external int GetLightID();
20  proto external void SetLightFunctional(bool state);
21 
22  // callbacks
23 
24  event protected void OnInit(IEntity owner);
25  event protected void OnLightStateChanged(bool newState);
26 }
BaseLightSlot
Definition: BaseLightSlot.c:7
ELightType
ELightType
Definition: ELightType.c:7