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