menuSetText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page creation)
 
m (Text replacement - "{{Command " to "{{RV|type=command ")
(3 intermediate revisions by the same user 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 text of given menu strip entry. |DESCRIPTION=
| Sets text of given menu strip entry.


| [[menuSetText]] [idc, path, text] |SYNTAX=
| [[menuSetText]] [idc, path, text]


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


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


|p3= text: [[String]] |PARAMETER3=
|p3= text: [[String]]
 
| [[Nothing]] |RETURNVALUE=


| [[Nothing]]


|s2= control [[menuSetText]] [path, text] |ALTSYNTAX1=
|s2= control [[menuSetText]] [path, text] |ALTSYNTAX1=
Line 30: Line 29:
|r2= [[Nothing]] |ALTRETURNVALUE1=
|r2= [[Nothing]] |ALTRETURNVALUE1=


|x1=  <Code>_ctrlMenuStrip [[menuSetText]] [<nowiki>[</nowiki>0,0,1], "Hello World!"];</code>|EXAMPLE1=
|x1=  <Code>_ctrlMenuStrip [[menuSetText]] [<nowiki>[</nowiki>0,0,1], "Hello World!"];</code>


|[[menuText]] |SEEALSO=
|[[menuText]]
}}
}}


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

Revision as of 11:59, 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
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:
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