DayZ 1.24
Loading...
Searching...
No Matches
ScriptedLightBase Class Reference

Private Member Functions

void PointLightBase ()
 
void SpotLightBase ()
 

Detailed Description

Definition at line 1 of file PointLightBase.c.

Member Function Documentation

◆ PointLightBase()

void ScriptedLightBase::PointLightBase ( )
inlineprivate

Definition at line 3 of file PointLightBase.c.

4 {
5 SetLightType(LightSourceType.PointLight); // This function must be called in constructor of the light!
6 }
LightSourceType

◆ SpotLightBase()

void ScriptedLightBase::SpotLightBase ( )
inlineprivate

Definition at line 3 of file SpotLightBase.c.

4 {
5 SetLightType(LightSourceType.SpotLight); // This function must be called in constructor of the light!
6 }

The documentation for this class was generated from the following files: