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

◆ EEItemAttached()

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

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

4 {
5 super.EEItemAttached(item,slot_name);
6
7 if (SmershBag.Cast(item))
8 {
9 ShowSelection("Buttpack");
10 }
11 }