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

◆ OnOpticExit()

void ItemOptics::OnOpticExit ( )
inlineprotected

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

536 {
537 if ( GetGame() && !GetGame().IsDedicatedServer() )
538 {
539 ShowSelection("hide");
540 }
541 }
override void ShowSelection(string selection_name)
Определения HuntingOptic.c:44
proto native CGame GetGame()

Перекрестные ссылки GetGame() и ShowSelection().

Используется в DayZPlayer::SwitchOptics().