DayZ 1.27
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 строка 8045

8046 {
8047 if (status)
8049 else
8051
8054
8056 }
int m_InventorySoftLockCount
Определения PlayerBase.c:248
bool m_InventorySoftLocked
Определения PlayerBase.c:247
override bool IsInventorySoftLocked()
Определения PlayerBase.c:8039

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

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