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