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

◆ ToggleFocus()

void PluginBase::ToggleFocus ( )
inlineprotected

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

1078 {
1079 if ( GetGame().GetInput().HasGameFocus() )
1080 {
1082 GetGame().GetUIManager().ShowUICursor( true );
1083 }
1084 else
1085 {
1087 GetGame().GetUIManager().ShowUICursor( false );
1088 }
1089 }
proto native UIManager GetUIManager()
proto native Input GetInput()
proto native void ChangeGameFocus(int add, int input_device=-1)
Change game focus number.
proto native void ResetGameFocus(int input_device=-1)
Reset game focus number (set to 0)
void ShowUICursor(bool visible)
Определения UIManager.c:244
proto native CGame GetGame()

Перекрестные ссылки Input::ChangeGameFocus(), GetGame(), CGame::GetInput(), CGame::GetUIManager(), Input::ResetGameFocus() и UIManager::ShowUICursor().