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

◆ GetItemOnHead()

ItemBase ManBase::GetItemOnHead ( )
inlineprotected

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

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

967 {
968 return GetItemOnSlot("Headgear");
969 }
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:949

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