isGameFocused: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Some wiki formatting)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma3 |Game name=
|game1= arma3
|version1= 1.96


|1.96|Game version=
|gr1= System


|gr1= System |GROUP1=
|descr= Returns the state of game focus changed by pressing {{Controls|ALT|TAB}} or similar action.


| Returns [[false]] if the game window lost focus, due to user Alt+Tab-ing for example. |DESCRIPTION=
|s1= [[isGameFocused]]


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


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


|x1= <code>[[if]] (![[isGameFocused]]) [[then]] { [[endMission]] "End" };</code> |EXAMPLE1=
|seealso= [[isGamePaused]]
 
| [[isGamePaused]], [[isUIContext]], [[canSuspend]], [[isRemoteExecuted]], [[isRemoteExecutedJIP]], [[serverCommand]] |SEEALSO=
 
|  |MPBEHAVIOUR=
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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