menuSetAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.56|= Game Version |arg= |= Multiplayer Arguments |e...")
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *E([a-z])" to "$1 - e$2")
 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|=
{{RV|type=command
____________________________________________________________________________________________
|arma3 |= Game
|1.56|= Game Version
|arg=  |= Multiplayer Arguments
|eff=  |= Multiplayer Effects
____________________________________________________________________________________________
| Sets new action into menu entry on given path. |= Description
____________________________________________________________________________________________
| menuSetAction [idc, path, action] |= Syntax
|p1= idc: [[Number]] |= Parameter 1
|p2= path: [[Array]] |= Parameter 2
|p3= text: [[String]] |= Parameter 3


| [[Number]] |= Return Value
|game1= arma3
<!--
|version1= 1.56
|s2= control |= Alternative Syntax
 
|p21= control: [[Control]] |= Alternative Parameter 1
|gr1= GUI Control - Menu
|p22= |= Alternative Parameter 2
 
|p23= |= Alternative Parameter 3
|descr= Sets new action into menu entry on given path.
|r2= |= Alternative Return Value
 
-->
|s1= [[menuSetAction]] [idc, path, action]
|x1= |= Example 1
 
| - |= See Also
|p1= idc: [[Number]]
}}
 
|p2= path: [[Array]]
 
|p3= action: [[String]] - expression that should be executed when entry is clicked
 
|r1= [[Nothing]]
 
|s2= control [[menuSetAction]] [path, action]
 
|p21= control: [[Control]]
 
|p22= path: [[Array]]
 
|p23= action: [[String]] - expression that should be executed when entry is clicked


<dl class='command_description'>
|r2= [[Nothing]]
<!-- 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>
|x1= <sqf>findDisplay 313 displayCtrl 120 menuSetAction [[0, 1], "systemChat 'Hello World!'"];</sqf>
<!-- Appropriate categories go here -->


[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|seealso= [[menuAction]]
[[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