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

◆ GetNextSlot()

int BotStateBase::GetNextSlot ( int curr)
inlineprivate

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

81 {
82 if (curr == m_hgSlot)
83 return m_mskSlot;
84 if (curr == m_mskSlot)
85 return m_hgSlot;
86 Error("EE2");
87 return InventorySlots.INVALID;
88 }
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

Перекрестные ссылки Error(), InventorySlots::INVALID, m_hgSlot и m_mskSlot.

Используется в OnUpdate().