Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
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}
LightSourceType