taskMarkerOffset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.58|= Game Version |arg= |= Multiplayer Arguments |...")
 
No edit summary
Line 8: Line 8:
| Returns model space position for the task marker |= Description
| Returns model space position for the task marker |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[getTaskMarkerExactOffset]] unit |= Syntax
| [[taskMarkerOffset]] unit |= Syntax
|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |= Parameter 1
|p2=  |= Parameter 2
|p2=  |= Parameter 2
Line 16: Line 16:
|p3=  |= Parameter 6
|p3=  |= Parameter 6
| [[Array]] - x, y, z |= Return Value
| [[Array]] - x, y, z |= Return Value
|x1= _offset = [[getTaskMarkerExactOffset]] [[player]]; |= Example 1
|x1= _offset = [[taskMarkerOffset]] [[player]]; |= Example 1
| - |= See Also
| - |= See Also
}}
}}

Revision as of 09:17, 4 July 2016

Hover & click on the images for description

Description

Description:
Returns model space position for the task marker
Groups:
Uncategorised

Syntax

Syntax:
taskMarkerOffset unit
Parameters:
unit: Object
Return Value:
Array - x, y, z

Examples

Example 1:
_offset = taskMarkerOffset player;

Additional Information

See also:
-

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

Bottom Section