onDoubleClick: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+See also)
(mission editor command)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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, |= 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
 
NOTE: This is old mission editor command. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:43, 2 February 2016

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 NOTE: This is old mission 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