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

◆ GetSlotsCountCorrect()

int Entity::GetSlotsCountCorrect ( )
inlineprotected

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

1839 {
1840 GameInventory inventory = GetInventory();
1841 if (inventory)
1842 return inventory.GetAttachmentSlotsCount();
1843 else
1844 return -1;
1845 }
proto native GameInventory GetInventory()
proto native int GetAttachmentSlotsCount()

Перекрестные ссылки GameInventory::GetAttachmentSlotsCount() и GetInventory().