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

◆ CanDisplayAttachmentSlot() [2/2]

bool Entity::CanDisplayAttachmentSlot ( string slot_name)
inlineprotected

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 1737

1738 {
1739 Debug.LogWarning("Obsolete function - use CanDisplayAttachmentSlot with slot id parameter");
1740 return InventorySlots.GetShowForSlotId(InventorySlots.GetSlotIdFromString(slot_name));
1741 }
string Debug()
Определения CachedEquipmentStorageBase.c:29

Перекрестные ссылки InventorySlots::GetShowForSlotId(), InventorySlots::GetSlotIdFromString() и Debug::LogWarning().