Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pointlightbase.c
Go to the documentation of this file.
2 {
3  void PointLightBase()
4  {
5  SetLightType(LightSourceType.PointLight); // This function must be called in constructor of the light!
6  }
7 }
PointLightBase
Definition: staticobj_roadblock_wood_small.c:27
ScriptedLightBase
Definition: pointlightbase.c:1
LightSourceType
LightSourceType
Definition: entitylightsource.c:1