menuSetURL: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
||
Line 18: | Line 18: | ||
| [[Nothing]] | | [[Nothing]] | ||
|s2= control [[menuSetURL]] [path, link] |ALTSYNTAX1= | |s2= control [[menuSetURL]] [path, link] |ALTSYNTAX1= |
Revision as of 17:40, 18 January 2021
Description
- Description:
- Sets weblink (URL) of given menu strip entry.
- Groups:
- GUI Control - Menu
Syntax
- Syntax:
- menuSetURL [idc, path, link]
- Parameters:
- idc: Number
- path: Array
- link: String
- Return Value:
- Nothing
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
[[Category:Introduced with arma3Dev version 2.01]][[ Category: arma3Dev: New Scripting Commands | MENUSETURL]][[ Category: arma3Dev: Scripting Commands | MENUSETURL]]