cursorObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1.56)
(see also)
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[cursorTarget]], [[lineIntersects]], [[lineIntersectsWith]], [[lineIntersectsObjs]], [[lineIntersectsSurfaces]], [[intersect]]|= SEEALSO  
| [[cursorTarget]], [[lineIntersects]], [[lineIntersectsWith]], [[lineIntersectsObjs]], [[lineIntersectsSurfaces]], [[intersect]], [[checkVisibility]]|= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 23:57, 3 April 2016

Hover & click on the images for description

Description

Description:
Returns the object under cursor. This command is quite different from cursorTarget as it is more precise in determining the boundaries of the pointed at object and can detect a larger variety of objects including map objects and trees.
Groups:
Uncategorised

Syntax

Syntax:
cursorObject
Return Value:
Object

Examples

Example 1:
hint typeOf cursorObject;

Additional Information

See also:
cursorTargetlineIntersectslineIntersectsWithlineIntersectsObjslineIntersectsSurfacesintersectcheckVisibility

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