ctrlURLOverlayMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Returns the URL overlay mode 0, 1, 2 (see ctrlSetURLOverlayMode) or -1 if somethi...")
 
m (Text replacement - "\|branch= *dev " to "")
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.10
|version1= 2.10
|branch= dev


|gr1= GUI Control
|gr1= GUI Control
Line 17: Line 16:
|x1= <sqf>_mode = ctrlURLOverlayMode _control; // e.g. 0</sqf>
|x1= <sqf>_mode = ctrlURLOverlayMode _control; // e.g. 0</sqf>


|seealso= [[ctrlURL]] [[isSteamOverlayEnabled]]
|seealso= [[ctrlSetURLOverlayMode]] [[ctrlURL]] [[isSteamOverlayEnabled]]
}}
}}

Latest revision as of 14:23, 23 August 2022

Hover & click on the images for description

Description

Description:
Returns the URL overlay mode 0, 1, 2 (see ctrlSetURLOverlayMode) or -1 if something went wrong.
Groups:
GUI Control

Syntax

Syntax:
ctrlURLOverlayMode control
Parameters:
control: Control
Return Value:
Number

Examples

Example 1:
_mode = ctrlURLOverlayMode _control; // e.g. 0

Additional Information

See also:
ctrlSetURLOverlayMode ctrlURL isSteamOverlayEnabled

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