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

◆ GetNextSlot()

int BotStateBase::GetNextSlot ( int curr)
inlineprivate

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

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

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

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