menuSetURL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - " |arma3Dev |2.01" to " |arma3 |2.02")
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|arma3Dev |= Game
|arma3


|2.01
|2.02


|gr1= GUI Control - Menu
|gr1= GUI Control - Menu
Line 19: Line 19:
| [[Nothing]]
| [[Nothing]]


|s2= control [[menuSetURL]] [path, link] |ALTSYNTAX1=
|s2= control [[menuSetURL]] [path, link]


|p21= control: [[Control]] |PARAMETER21=
|p21= control: [[Control]]


|p22= path: [[Array]] |PARAMETER22=
|p22= path: [[Array]]


|p23= link: [[String]] |PARAMETER23=
|p23= link: [[String]]


|r2= [[Nothing]] |ALTRETURNVALUE1=
|r2= [[Nothing]]


|x1=  <Code>_ctrlMenuStrip [[menuSetURL]] [<nowiki>[</nowiki>0,0,1], "<nowiki>https://arma3.com/</nowiki>"];</code>
|x1=  <Code>_ctrlMenuStrip [[menuSetURL]] [<nowiki>[</nowiki>0,0,1], "<nowiki>https://arma3.com/</nowiki>"];</code>


|[[menuURL]]
|seealso= [[menuURL]]
}}
}}


{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 19:20, 24 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - Menu

Syntax

Syntax:
Syntax needed
Parameters:
idc: Number
path: Array
link: String
Return Value:
Return value needed

Alternative Syntax

Syntax:
control menuSetURL [path, link]
Parameters:
control: Control
path: Array
link: String
Return Value:
Nothing

Examples

Example 1:
_ctrlMenuStrip menuSetURL [[0,0,1], "https://arma3.com/"];

Additional Information

See also:
menuURL

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