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

◆ OnRestrainStart()

void ManBase::OnRestrainStart ( )
inlineprotected

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

3565 {
3567 GetGame().GetMission().RemoveActiveInputExcludes({"inventory"},true);
3568 GetGame().GetMission().RemoveActiveInputRestriction(EInputRestrictors.INVENTORY);
3569 }
proto native Mission GetMission()
void CloseInventoryMenu()
Определения PlayerBase.c:6402
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().