Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
spotlightbase.c
Go to the documentation of this file.
1
class
SpotLightBase
extends
ScriptedLightBase
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
DAYZ
scripts_v1.24.157551
scripts
world
entities
scriptedlightbase
spotlightbase.c
Generated by
1.8.17