DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
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
}
LightSourceType
LightSourceType
Definition
EntityLightSource.c:2
PointLightBase
Definition
StaticObj_Roadblock_Wood_Small.c:28
ScriptedLightBase
Definition
PointLightBase.c:2
ScriptedLightBase::PointLightBase
void PointLightBase()
Definition
PointLightBase.c:3