menuData: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - " <nowiki>[</nowiki>[" to " [<nowiki/>[") |
||
Line 29: | Line 29: | ||
|x1= <code>{{cc|Create an entry which will return its data once clicked}} | |x1= <code>{{cc|Create an entry which will return its data once clicked}} | ||
[[private]] _ctrlMenuStrip = [[findDisplay]] 313 [[displayCtrl]] 120; | [[private]] _ctrlMenuStrip = [[findDisplay]] 313 [[displayCtrl]] 120; | ||
[[private]] _indexMain = _ctrlMenuStrip [[menuAdd]] <nowiki | [[private]] _indexMain = _ctrlMenuStrip [[menuAdd]] [<nowiki/>[], "Custom Tools"]; | ||
[[private]] _indexData = _ctrlMenuStrip [[menuAdd]] <nowiki | [[private]] _indexData = _ctrlMenuStrip [[menuAdd]] [<nowiki/>[_indexMain],"This entry will print its data to system chat when clicked"]; | ||
_ctrlMenuStrip [[menuSetData]] <nowiki | _ctrlMenuStrip [[menuSetData]] [<nowiki/>[_indexMain,_indexData], "<nowiki>[</nowiki>[[objNull]],'Some String',[[true]]]"]; | ||
_ctrlMenuStrip [[menuSetAction]] <nowiki | _ctrlMenuStrip [[menuSetAction]] [<nowiki/>[_indexMain,_indexData], "[[systemChat]] ([[findDisplay]] 313 [[displayCtrl]] 120 [[menuData]] ([[menuHover]] ([[findDisplay]] 313 [[displayCtrl]] 120)));"]; | ||
</code> | </code> | ||
Revision as of 20:12, 29 January 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control - Menu
Syntax
- Syntax:
- Syntax needed
- Parameters:
- idc: Number
- path: Array
- Return Value:
- Return value needed
Alternative Syntax
Examples
- Example 1:
// Create an entry which will return its data once clicked private _ctrlMenuStrip = findDisplay 313 displayCtrl 120; private _indexMain = _ctrlMenuStrip menuAdd [[], "Custom Tools"]; private _indexData = _ctrlMenuStrip menuAdd [[_indexMain],"This entry will print its data to system chat when clicked"]; _ctrlMenuStrip menuSetData [[_indexMain,_indexData], "[objNull,'Some String',true]"]; _ctrlMenuStrip menuSetAction [[_indexMain,_indexData], "systemChat (findDisplay 313 displayCtrl 120 menuData (menuHover (findDisplay 313 displayCtrl 120)));"];
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