Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseLightSlot.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
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 string GetParentSurfaceName();
14 proto external bool IsPresence();
15 proto external bool IsLightFunctional();
16 proto external IEntity GetOwner();
17 proto external IEntity GetLightEntity();
18 proto external ELightType GetLightType();
19 proto external int GetLightID();
21 proto external void SetLightFunctional(bool state);
22
23 // callbacks
24
25 event protected void OnInit(IEntity owner);
26 event protected void OnLightStateChanged(bool newState);
27}
ELightType
Definition ELightType.c:8
void OnLightStateChanged(bool newState)
void OnInit(IEntity owner)
IEntity GetOwner()
Owner entity of the fuel tank.