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

◆ EEItemDetached()

override void Vest_Base::EEItemDetached ( EntityAI item,
string slot_name )
inlineprivate

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

14 {
15 super.EEItemDetached(item,slot_name);
16
17 if (SmershBag.Cast(item))
18 {
19 HideSelection("Buttpack");
20 }
21 }