isGameFocused: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{KeyboardShortcut" to "{{Controls")
m (Some wiki formatting)
 
Line 10: Line 10:
|s1= [[isGameFocused]]
|s1= [[isGameFocused]]


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


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


|seealso= [[isGamePaused]]
|seealso= [[isGamePaused]]
}}
}}

Latest revision as of 16:13, 3 May 2022

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 - 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