onDoubleClick: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


| Defines an action performed when the user double clicks on the map. Command receives:,_pos array position,_units array selected units,_shift,_alt bool key state
| Defines an action performed when the user double clicks on the map. Command receives:,_pos array position,_units array selected units,_shift,_alt bool key state
<br><br>NOTE: This is old mission editor command.
{{Informative | Some Old Editor Command}} |= Description
{{Informative | Some Old Editor Command}} |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 01:13, 16 August 2017

Hover & click on the images for description

Description

Description:
Defines an action performed when the user double clicks on the map. Command receives:,_pos array position,_units array selected units,_shift,_alt bool key state
Some Old Editor Command
Groups:
Uncategorised

Syntax

Syntax:
map onDoubleClick command
Parameters:
map: Control -
command: String -
Return Value:
Nothing

Examples

Example 1:
(example)

Additional Information

See also:
onMapSingleClick

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

Notes

Bottom Section