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

◆ CheckHairClippingOnCharacterLoad()

void ManBase::CheckHairClippingOnCharacterLoad ( )
inlineprotected

helper method for re-checking hairhiding on character load

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

8726 {
8727 ItemBase headgear = ItemBase.Cast(GetInventory().FindAttachment(InventorySlots.HEADGEAR));
8728 ItemBase mask = ItemBase.Cast(GetInventory().FindAttachment(InventorySlots.MASK));
8729
8730 HideHairSelections(headgear,true);
8731 HideHairSelections(mask,true);
8732 }
class GP5GasMask extends MaskBase ItemBase
void HideHairSelections(ItemBase item, bool state)
Определения PlayerBase.c:8613

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

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