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

◆ CheckHairClippingOnCharacterLoad()

void ManBase::CheckHairClippingOnCharacterLoad ( )
inlineprotected

helper method for re-checking hairhiding on character load

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

9075 {
9076 ItemBase headgear = ItemBase.Cast(GetInventory().FindAttachment(InventorySlots.HEADGEAR));
9077 ItemBase mask = ItemBase.Cast(GetInventory().FindAttachment(InventorySlots.MASK));
9078
9079 HideHairSelections(headgear,true);
9080 HideHairSelections(mask,true);
9081 }
class GP5GasMask extends MaskBase ItemBase
void HideHairSelections(ItemBase item, bool state)
Определения PlayerBase.c:8961

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

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