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

◆ OnOpticEnter()

void ItemOptics::OnOpticEnter ( )
inlineprotected

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

529 {
530 if ( GetGame() && !GetGame().IsDedicatedServer() )
531 {
532 HideSelection("hide");
533 }
534 }
override void HideSelection(string selection_name)
Определения HuntingOptic.c:34
proto native CGame GetGame()

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

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