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

◆ DisableVicinityIcon()

override bool Container_Base::DisableVicinityIcon ( )
inlineprotected

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

47 {
48 if (GetAnimationPhase("lidclosing") == 1)
49 {
50 return true;
51 }
52 else
53 return false;
54 }