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

◆ Stop()

void Stop ( )
protected

Stop Timer and restart internal counter. Cannot be unpaused, must be started again.

Stops all elements this effect consists of.

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

256 {
257 SetRunning(false);
258 m_time = 0;
259 }
float m_time
Определения tools.c:224
void SetRunning(bool running)
Определения tools.c:351

Перекрестные ссылки m_time и SetRunning().