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

◆ CanDisplayAttachmentSlot() [2/2]

bool Entity::CanDisplayAttachmentSlot ( string slot_name)
inlineprotected

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

1701 {
1702 Debug.LogWarning("Obsolete function - use CanDisplayAttachmentSlot with slot id parameter");
1703 return InventorySlots.GetShowForSlotId(InventorySlots.GetSlotIdFromString(slot_name));
1704 }
void Debug()
Определения UniversalTemperatureSource.c:349

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