isGameFocused: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated version to 1.96)
m (arma3dev → arma3)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev |Game name=
| arma3 |Game name=
 
|1.96|Game version=
|1.96|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


'''isGameFocused'''  |SYNTAX=
[[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 22:07, 29 October 2019

Hover & click on the images for description

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

See also:
isGamePausedisUIContextcanSuspendisRemoteExecutedisRemoteExecutedJIPserverCommand

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

Notes

Bottom Section