menuSetData: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed wrong idc in example)
m (Some wiki formatting)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


|arma3 | Game=
|game1= arma3
|version1= 1.56


|1.56|Game Version=
|gr1= GUI Control - Menu


|gr1= GUI Control - Menu |GROUP1=
|descr= Sets data into menu entry on given path.


| Sets data into menu entry on given path. |DESCRIPTION=
|s1= [[menuSetData]] [idc, path, data]


| [[menuSetData]] [idc, path, data] |SYNTAX=
|p1= idc: [[Number]]


|p1= idc: [[Number]] |PARAMETER1=
|p2= path: [[Array]]


|p2= path: [[Array]] |PARAMETER2=
|p3= data: [[String]]


|p3= data: [[String]] |PARAMETER3=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=
|s2= control [[menuSetData]] [path, data]


|s2= control [[menuSetData]] [path, data] |Alternative Syntax=
|p21= control: [[Control]]


|p21= control: [[Control]] |Alternative Parameter 1=
|p22= path: [[Array]]


|p22= path: [[Array]] |Alternative Parameter 2=
|p23= data: [[String]]


|p23= data: [[String]]|Alternative Parameter 3=
|r2= [[Nothing]]


|r2= [[Nothing]] |Alternative Return Value=
|x1= <sqf>findDisplay 313 displayCtrl 120 menuSetData [[0, 1], "[true, player, 'Hello World!', 1337]"];</sqf>


|x1= <Code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuSetData]] <nowiki>[</nowiki>[0, 1], "<nowiki>[</nowiki>[[true]], [[objNull]], 'Hello World!', 1337]"];</code>|EXAMPLE1=
|seealso= [[menuData]]
 
 
| [[menuData]] |SEEALSO=
}}
}}
<dl class='command_description'>
<!-- BEGIN Note Section -->
<!-- For example:
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
<!-- Appropriate categories go here -->
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 00:00, 8 August 2022

Hover & click on the images for description

Description

Description:
Sets data into menu entry on given path.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuSetData [idc, path, data]
Parameters:
idc: Number
path: Array
data: String
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuSetData [path, data]
Parameters:
control: Control
path: Array
data: String
Return Value:
Nothing

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuSetData [[0, 1], "[true, player, 'Hello World!', 1337]"];

Additional Information

See also:
menuData

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