menuSetURL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page creation)
 
m (Text replacement - "{{Command " to "{{RV|type=command ")
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


|arma3Dev |= Game
|arma3Dev |= Game


|2.01|Game Version=
|2.01


|gr1= GUI Control - Menu |GROUP1=
|gr1= GUI Control - Menu


| Sets weblink (URL) of given menu strip entry. |DESCRIPTION=
| Sets weblink (URL) of given menu strip entry.


| control [[menuSetURL]] [path, link] |SYNTAX=
| [[menuSetURL]] [idc, path, link]


|p1= control: [[Control]] |PARAMETER1=
|p1= idc: [[Number]]


|p2= path: [[Array]] |PARAMETER2=
|p2= path: [[Array]]


|p3= link: [[String]] |PARAMETER2=
|p3= link: [[String]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <Code>_ctrlMenuStrip [[menuSetURL]] [<nowiki>[</nowiki>0,0,1], "<nowiki>https://arma3.com/</nowiki>"];</code>|EXAMPLE1=
|s2= control [[menuSetURL]] [path, link] |ALTSYNTAX1=


|[[menuURL]] |SEEALSO=
|p21= control: [[Control]] |PARAMETER21=
 
|p22= path: [[Array]] |PARAMETER22=
 
|p23= link: [[String]] |PARAMETER23=
 
|r2= [[Nothing]] |ALTRETURNVALUE1=
 
|x1=  <Code>_ctrlMenuStrip [[menuSetURL]] [<nowiki>[</nowiki>0,0,1], "<nowiki>https://arma3.com/</nowiki>"];</code>
 
|[[menuURL]]
}}
}}


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

Revision as of 12:07, 23 January 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:
See also needed

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