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

◆ AddLifetime()

void EntityLightSource::AddLifetime ( float life_in_s)
inlineprivate

Prolongs the lifetime of the light in seconds. Use negative number to shorten its lifetime.

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

377 {
378 m_LifetimeEnd += life_in_s * 1000;
379 }
float m_LifetimeEnd
Определения ScriptedLightBase.c:13

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