DayZ
1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Закрытые члены
Класс ScriptedLightBase
Закрытые члены
void
PointLightBase
()
void
SpotLightBase
()
Подробное описание
Методы
◆
PointLightBase()
void
PointLightBase
(
)
inline
private
4
{
5
SetLightType(
LightSourceType
.PointLight);
// This function must be called in constructor of the light!
6
}
LightSourceType
LightSourceType
Definition
EntityLightSource.c:2
◆
SpotLightBase()
void
SpotLightBase
(
)
inline
private
4
{
5
SetLightType(
LightSourceType
.SpotLight);
// This function must be called in constructor of the light!
6
}
Объявления и описания членов классов находятся в файлах:
D:/Ishodniki/scripts/4_World/Entities/ScriptedLightBase/
PointLightBase.c
D:/Ishodniki/scripts/4_World/Entities/ScriptedLightBase/
SpotLightBase.c
ScriptedLightBase
Создано системой
1.10.0