getCursorObjectParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ |arma3dev|= Game name |1.69|= Game version ________________...")
 
mNo edit summary
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


|arma3dev|= Game name
|arma3|= Game name


|1.69|= Game version
|1.70|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:53, 16 May 2017

Hover & click on the images for description

Description

Description:
Returns the object under cursor, named selection pointed at as well as distance to the object.
Groups:
Uncategorised

Syntax

Syntax:
getCursorObjectParams
Return Value:
Array - [cursorObject, cursorObjectNamedSel, distToCursorObject]

Examples

Example 1:
hint str getCursorObjectParams;

Additional Information

See also:
cursorObjectcursorTarget

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