menuSetAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (2nd syntax, example and see also)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *E([a-z])" to "$1 - e$2")
 
(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 new action into menu entry on given path.


| Sets new action into menu entry on given path. |DESCRIPTION=
|s1= [[menuSetAction]] [idc, path, action]


| [[menuSetAction]] [idc, path, action] |SYNTAX=
|p1= idc: [[Number]]


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


|p2= path: [[Array]] |PARAMETER2=
|p3= action: [[String]] - expression that should be executed when entry is clicked


|p3= action: [[String]] - Expression that should be executed when entry is clicked |PARAMETER3=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=
|s2= control [[menuSetAction]] [path, action]


|s2= control [[menuSetAction]] [path, action] |Alternative Syntax=
|p21= control: [[Control]]


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


|p22= path: [[Array]] |Alternative Parameter 2=
|p23= action: [[String]] - expression that should be executed when entry is clicked


|p22= action: [[String]] - Expression that should be executed when entry is clicked |Alternative Parameter 3=
|r2= [[Nothing]]


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


|x1= <Code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuSetAction]] <nowiki>[</nowiki>[0, 1], "systemChat 'Hello World!'"];</code>|EXAMPLE1=
|seealso= [[menuAction]]
 
 
| [[menuAction]] |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 15:06, 8 November 2023

Hover & click on the images for description

Description

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

Syntax

Syntax:
menuSetAction [idc, path, action]
Parameters:
idc: Number
path: Array
action: String - expression that should be executed when entry is clicked
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuSetAction [path, action]
Parameters:
control: Control
path: Array
action: String - expression that should be executed when entry is clicked
Return Value:
Nothing

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuSetAction [[0, 1], "systemChat 'Hello World!'"];

Additional Information

See also:
menuAction

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