Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
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
}
ScriptedLightBase
Definition
pointlightbase.c:2
ScriptedLightBase::PointLightBase
void PointLightBase()
Definition
pointlightbase.c:3
LightSourceType
LightSourceType
Definition
entitylightsource.c:2
Games
Dayz
scripts
4_world
entities
scriptedlightbase
pointlightbase.c
Generated by
1.17.0