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

◆ SetInventorySoftLock()

override void ManBase::SetInventorySoftLock ( bool status)
inlineprotected

'soft lock' meaning inventory screen cannot be displayed, but mechanically, inventory operations are still possible

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

8331 {
8332 if (status)
8334 else
8336
8339
8341 }
int m_InventorySoftLockCount
Определения PlayerBase.c:295
bool m_InventorySoftLocked
Определения PlayerBase.c:294
override bool IsInventorySoftLocked()
Определения PlayerBase.c:8324

Перекрестные ссылки IsInventorySoftLocked(), m_InventorySoftLockCount и m_InventorySoftLocked.

Используется в OnUnconsciousStart() и OnUnconsciousStop().