isGameFocused

From Bohemia Interactive Community
Revision as of 12:48, 20 December 2021 by Lou Montana (talk | contribs) (Text replacement - "{{KeyboardShortcut" to "{{Controls")
Jump to navigation Jump to search
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