DayZ 1.28
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 строка 8080

8081 {
8082 if (status)
8084 else
8086
8089
8091 }
int m_InventorySoftLockCount
Определения PlayerBase.c:248
bool m_InventorySoftLocked
Определения PlayerBase.c:247
override bool IsInventorySoftLocked()
Определения PlayerBase.c:8074

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

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