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

◆ OnWorkStart()

override void ItemOptics::OnWorkStart ( )
inlineprotected

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

224 {
225 if (!g_Game.IsDedicatedServer())
226 {
227 ShowReddot(true);
228 }
229 }
DayZGame g_Game
Определения DayZGame.c:3942
void ShowReddot(bool state)
Определения ItemOptics.c:383

Перекрестные ссылки g_Game и ShowReddot().