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

◆ SetItemMicromanagmentMode()

void ItemManager::SetItemMicromanagmentMode ( bool item_micromanagment_mode)
inlineprotected

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

65 {
66 m_ItemMicromanagmentMode = item_micromanagment_mode;
67 Inventory.GetInstance().UpdateConsoleToolbar();
68 }
void Inventory(LayoutHolder parent)
Определения Inventory.c:74
bool m_ItemMicromanagmentMode
Определения ItemManager.c:28

Перекрестные ссылки Inventory() и m_ItemMicromanagmentMode.

Используется в DisableMicromanagement(), EnableMicromanagement(), OnHide() и OnShow().