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

◆ GetItemOnHead()

ItemBase ManBase::GetItemOnHead ( )
inlineprotected

Returns item on player's head. For an example, a headtorch.

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

829 {
830 return GetItemOnSlot("Headgear");
831 }
ItemBase GetItemOnSlot(string slot_type)
Returns item that's on this player's attachment slot. Parameter slot_type should be a string from con...
Определения PlayerBase.c:811

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