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

◆ ToggleFocus()

void PluginBase::ToggleFocus ( )
inlineprotected

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

1078 {
1079 if ( g_Game.GetInput().HasGameFocus() )
1080 {
1081 g_Game.GetInput().ChangeGameFocus( 1 );
1082 g_Game.GetUIManager().ShowUICursor( true );
1083 }
1084 else
1085 {
1086 g_Game.GetInput().ResetGameFocus();
1087 g_Game.GetUIManager().ShowUICursor( false );
1088 }
1089 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.