menuURL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "$1$2</code>")
m (Some wiki formatting)
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
|r2= [[String]]
|r2= [[String]]


|x1= <Code>findDisplay 313 displayCtrl 120 [[menuURL]] [7, 0]; // Returns "https://community.bistudio.com/wiki/Eden_Editor"</code>
|x1= <sqf>findDisplay 313 displayCtrl 120 menuURL [7, 0]; // returns "https://community.bistudio.com/wiki/Eden_Editor"</sqf>


|seealso= [[menuSetURL]]
|seealso= [[menuSetURL]]
}}
}}

Latest revision as of 23:54, 7 August 2022

Hover & click on the images for description

Description

Description:
Returns current URL set in entry on given path.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuURL [idc, path]
Parameters:
idc: Number
path: Array
Return Value:
String

Alternative Syntax

Syntax:
control menuURL path
Parameters:
control: Control
path: Array
Return Value:
String

Examples

Example 1:

Additional Information

See also:
menuSetURL

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