Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseLightManagerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15 proto external bool GetLightsEnabled();
17 proto external void SetLightsState(ELightType type, bool state = false, int side = -1);
19 proto external bool GetLightsState(ELightType type, int side = -1);
21 proto external BaseLightSlot FindLight(int lightID);
23 proto external int GetLights(out notnull array<BaseLightSlot> outLights);
25 proto external bool TrySetSurfaceFunctional(int surfaceID, bool functiona);
26 proto external int GetEmissiveSurfaces(out notnull array<EmissiveLightSurfaceSlot> outSurfaces);
27
28 // callbacks
29
34 event protected void OnInit(IEntity owner);
40 event protected void OnFrame(IEntity owner, float timeSlice);
41}
42
ELightType
Definition ELightType.c:8
EDamageType type
void OnInit(IEntity owner)
void OnFrame(IEntity owner, float timeSlice)