Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
pointlightbase.c
Go to the documentation of this file.
1class PointLightBase extends ScriptedLightBase
2{
3 void PointLightBase()
4 {
5 SetLightType(LightSourceType.PointLight); // This function must be called in constructor of the light!
6 }
7}
LightSourceType