isGameFocused: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.96
|1.96


|gr1= System
|gr1= System


| Returns [[false]] if the game window lost focus, due to user Alt+Tab-ing for example.
|descr= Returns the state of game focus changed by pressing {{KeyboardShortcut|ALT|TAB}} or similar action.


| [[isGameFocused]]
|s1= [[isGameFocused]]


| [[Boolean]]
|r1= [[Boolean]] - Returns [[true]] if game window is focused, [[false]] if not


|x1= <code>[[if]] (![[isGameFocused]]) [[then]] { [[endMission]] "End" };</code>
|x1= <code>[[if]] (![[isGameFocused]]) [[then]] { [[endMission]] "End" };</code>


| [[isGamePaused]], [[isUIContext]], [[canSuspend]], [[isRemoteExecuted]], [[isRemoteExecutedJIP]], [[serverCommand]]
|seealso= [[isGamePaused]]
 
|
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 23:14, 19 June 2021

Hover & click on the images for description

Description

Description:
Returns the state of game focus changed by pressing ALT + ↹ Tab or similar action.
Groups:
System

Syntax

Syntax:
isGameFocused
Return Value:
Boolean - Returns true if game window is focused, false if not

Examples

Example 1:
if (!isGameFocused) then { endMission "End" };

Additional Information

See also:
isGamePaused

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note