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

◆ SetFadeOutTime()

void EntityLightSource::SetFadeOutTime ( float time_in_s)
inlineprivate

Sets the fade out time in seconds. Fade out begins automatically as the light nears the end of its life time, or when method FadeOut() is called.

См. определение в файле ScriptedLightBase.c строка 341

342 {
343 m_FadeOutTime = time_in_s * 1000;
344 }
float m_FadeOutTime
Определения ScriptedLightBase.c:14

Перекрестные ссылки m_FadeOutTime.