menuSetText: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " *\| *ALTRETURNVALUE[0-9]* *= * " to " ") | Lou Montana (talk | contribs)  m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") | ||
| Line 31: | Line 31: | ||
| |x1=  <Code>_ctrlMenuStrip [[menuSetText]] [<nowiki>[</nowiki>0,0,1], "Hello World!"];</code> | |x1=  <Code>_ctrlMenuStrip [[menuSetText]] [<nowiki>[</nowiki>0,0,1], "Hello World!"];</code> | ||
| |[[menuText]] | |seealso= [[menuText]] | ||
| }} | }} | ||
| {{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
| [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 23:55, 16 February 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control - Menu
Syntax
- Syntax:
- Syntax needed
- Parameters:
- idc: Number
- path: Array
- text: String
- Return Value:
- Return value needed
Alternative Syntax
- Syntax:
- control menuSetText [path, text]
- Parameters:
- control: Control
- path: Array
- text: String
- Return Value:
- Nothing
Examples
- Example 1:
- _ctrlMenuStrip menuSetText [[0,0,1], "Hello World!"];
Additional Information
- See also:
- menuText
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
