menuSetText: Difference between revisions
Jump to navigation
Jump to search
(page creation) |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
||
Line 35: | Line 35: | ||
}} | }} | ||
{{GameCategory|arma3|Scripting Commands}} | |||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 02:12, 9 January 2021
Description
- Description:
- Sets text of given menu strip entry.
- Groups:
- GUI Control - Menu
Syntax
- Syntax:
- menuSetText [idc, path, text]
- Parameters:
- idc: Number
- path: Array
- text: String
- Return Value:
- Nothing
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
[[Category:Introduced with arma3Dev version 2.01]][[ Category: arma3Dev: New Scripting Commands | MENUSETTEXT]][[ Category: arma3Dev: Scripting Commands | MENUSETTEXT]]