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

◆ CheckHairClippingOnCharacterLoad()

void ManBase::CheckHairClippingOnCharacterLoad ( )
inlineprotected

helper method for re-checking hairhiding on character load

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

8824 {
8825 ItemBase headgear = ItemBase.Cast(GetInventory().FindAttachment(InventorySlots.HEADGEAR));
8826 ItemBase mask = ItemBase.Cast(GetInventory().FindAttachment(InventorySlots.MASK));
8827
8828 HideHairSelections(headgear,true);
8829 HideHairSelections(mask,true);
8830 }
class GP5GasMask extends MaskBase ItemBase
void HideHairSelections(ItemBase item, bool state)
Определения PlayerBase.c:8711

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

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