isGameFocused: Difference between revisions
Jump to navigation
Jump to search
(formatting) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.96 | |version1= 1.96 | ||
|gr1= System | |gr1= System | ||
|descr= Returns the state of game focus changed by pressing {{ | |descr= Returns the state of game focus changed by pressing {{Controls|ALT|TAB}} or similar action. | ||
|s1= | |s1= [[isGameFocused]] | ||
|r1= [[Boolean]] - | |r1= [[Boolean]] - [[true]] if game window is focused, [[false]] if not | ||
|x1= < | |x1= <sqf>if (!isGameFocused) then { endMission "End" };</sqf> | ||
|seealso= [[isGamePaused]] | |seealso= [[isGamePaused]] | ||
}} | }} |
Latest revision as of 15:13, 3 May 2022
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:
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