isGameFocused: Difference between revisions
Jump to navigation
Jump to search
m (updated version to 1.96) |
Lou Montana (talk | contribs) m (arma3dev → arma3) |
||
Line 2: | Line 2: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma3 |Game name= | ||
|1.96|Game version= | |1.96|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[isGameFocused]] |SYNTAX= | ||
| [[Boolean]] |RETURNVALUE= | | [[Boolean]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | |||
|x1= <code>[[if]] (![[isGameFocused]]) [[then]] { [[endMission]] "End" };</code> |EXAMPLE1= | |||
|x1= <code>[[if]] (![[isGameFocused]]) [[then]] { [[endMission]] "End" };</code>|EXAMPLE1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[isGamePaused]], [[isUIContext]], [[canSuspend]], [[isRemoteExecuted]], [[isRemoteExecutedJIP]], [[serverCommand]] |SEEALSO= | | [[isGamePaused]], [[isUIContext]], [[canSuspend]], [[isRemoteExecuted]], [[isRemoteExecutedJIP]], [[serverCommand]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 21:07, 29 October 2019
Description
- Description:
- Returns false if the game window lost focus, due to user Alt+Tab-ing for example.
- Groups:
- Uncategorised
Syntax
- Syntax:
- isGameFocused
- Return Value:
- Boolean
Examples
- Example 1:
if (!isGameFocused) then { endMission "End" };
Additional Information
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