Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | BaseLightManagerComponentClass |
Functions | |
BaseLightManagerComponentClass GameComponentClass | GetLightsEnabled () |
Gets the enable flag (all lights) More... | |
proto external void | SetLightsState (ELightType type, bool state=false, int side=-1) |
Sets the state flag for given type. More... | |
proto external bool | GetLightsState (ELightType type, int side=-1) |
Gets the state flag for given type. More... | |
proto external BaseLightSlot | FindLight (int lightID) |
Searches for Light by ID. More... | |
proto external int | GetLights (out notnull array< BaseLightSlot > outLights) |
Returns a list and count of all lights. More... | |
proto external bool | TrySetSurfaceFunctional (int surfaceID, bool functiona) |
Changes functional state of light surface and all linked lights for provided surface id, return true on success. More... | |
event protected void | OnInit (IEntity owner) |
event protected void | OnFrame (IEntity owner, float timeSlice) |