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

◆ PostponeStamina()

void StaminaSoundHandlerBase::PostponeStamina ( float time)
inlineprivate

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

190 {
191 m_PostponeTime = GetGame().GetTime() + time;
192 }
proto int GetTime()
returns mission time in milliseconds
float m_PostponeTime
Определения StaminaSoundHandler.c:180
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetTime() и m_PostponeTime.