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

◆ OnOpticExit()

void ItemOptics::OnOpticExit ( )
inlineprivate

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

476 {
477 if ( GetGame() && !GetGame().IsDedicatedServer() )
478 {
479 ShowSelection("hide");
480 }
481 }
override void ShowSelection(string selection_name)
Определения HuntingOptic.c:44
proto native CGame GetGame()

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

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