isGameFocused: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ") |
Lou Montana (talk | contribs) 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= ") |
||
Line 8: | Line 8: | ||
|descr= Returns the state of game focus changed by pressing {{KeyboardShortcut|ALT|TAB}} or similar action. | |descr= Returns the state of game focus changed by pressing {{KeyboardShortcut|ALT|TAB}} or similar action. | ||
|s1= | |s1= [[isGameFocused]] | ||
|r1= [[Boolean]] - Returns [[true]] if game window is focused, [[false]] if not | |r1= [[Boolean]] - Returns [[true]] if game window is focused, [[false]] if not |
Revision as of 22:14, 19 June 2021
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