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

◆ OnRemovedFromHead()

void HeadGear_Base::OnRemovedFromHead ( PlayerBase player)
inlineprivate

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

62 {
63 if (player.IsControlledPlayer())
64 {
65 PPERequesterBank.GetRequester(PPERequester_BurlapSackEffects).Stop();
66 player.SetInventorySoftLock(false);
67 player.SetMasterAttenuation("");
68 }
69 SetInvisibleRecursive(false,player,{InventorySlots.MASK,InventorySlots.EYEWEAR});
70 }

Используется в ~BurlapSackCover().