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

◆ OnRestrainStart()

void ManBase::OnRestrainStart ( )
inlineprotected

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

3547 {
3549 GetGame().GetMission().RemoveActiveInputExcludes({"inventory"},true);
3550 GetGame().GetMission().RemoveActiveInputRestriction(EInputRestrictors.INVENTORY);
3551 }
proto native Mission GetMission()
void CloseInventoryMenu()
Определения PlayerBase.c:6394
void RemoveActiveInputRestriction(int restrictor)
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto native CGame GetGame()

Перекрестные ссылки CloseInventoryMenu(), GetGame(), CGame::GetMission(), Mission::RemoveActiveInputExcludes() и Mission::RemoveActiveInputRestriction().