DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс ScriptedLightBase

Закрытые члены

void PointLightBase ()
 
void SpotLightBase ()
 

Подробное описание

Методы

◆ PointLightBase()

void PointLightBase ( )
inlineprivate
4 {
5 SetLightType(LightSourceType.PointLight); // This function must be called in constructor of the light!
6 }
LightSourceType
Definition EntityLightSource.c:2

◆ SpotLightBase()

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

Объявления и описания членов классов находятся в файлах: