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

◆ OnOpticEnter()

void ItemOptics::OnOpticEnter ( )
inlineprivate

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

469 {
470 if ( GetGame() && !GetGame().IsDedicatedServer() )
471 {
472 HideSelection("hide");
473 }
474 }
override void HideSelection(string selection_name)
Определения HuntingOptic.c:34
proto native CGame GetGame()

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

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