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

◆ OnRestrainStartedChangeClient()

void ManBase::OnRestrainStartedChangeClient ( )
inlineprotected

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

1916 {
1917 if (m_IsRestrainStarted && IsControlledPlayer())
1918 {
1919 if (GetGame().GetUIManager().IsMenuOpen(MENU_RADIAL_QUICKBAR))
1921 if (GetGame().GetUIManager().IsMenuOpen(MENU_INVENTORY))
1923 }
1924 }
proto native UIManager GetUIManager()
proto native Mission GetMission()
bool m_IsRestrainStarted
Определения PlayerBase.c:113
void HideInventory()
Определения gameplay.c:809
UIScriptedMenu FindMenu(int id)
Returns menu with specific ID if it is open (see MenuID)
Определения UIManager.c:160
proto native CGame GetGame()
const int MENU_INVENTORY
Определения constants.c:180
const int MENU_RADIAL_QUICKBAR
Определения constants.c:198

Перекрестные ссылки UIManager::FindMenu(), GetGame(), CGame::GetMission(), CGame::GetUIManager(), Mission::HideInventory(), m_IsRestrainStarted, MENU_INVENTORY и MENU_RADIAL_QUICKBAR.

Используется в OnVariablesSynchronized().