Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pointlightbase.c
Go to the documentation of this file.
1
class
PointLightBase
extends
ScriptedLightBase
2
{
3
void
PointLightBase
()
4
{
5
SetLightType(
LightSourceType
.PointLight);
// This function must be called in constructor of the light!
6
}
7
}
PointLightBase
Definition:
staticobj_roadblock_wood_small.c:27
ScriptedLightBase
Definition:
pointlightbase.c:1
LightSourceType
LightSourceType
Definition:
entitylightsource.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
scriptedlightbase
pointlightbase.c
Generated by
1.8.17