taskMarkerOffset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix category, add seeAlso link)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns model space position for the task marker |= Description
| Returns model space position for the task marker |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[taskMarkerOffset]] unit |= Syntax
| [[taskMarkerOffset]] unit |SYNTAX=


|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |PARAMETER1=


| [[Array]] - offset in format [x, y, z] |= Return Value
| [[Array]] - offset in format [x, y, z] |RETURNVALUE=


|x1= <code>_offset = [[taskMarkerOffset]] [[player]];</code> |= Example 1
|x1= <code>_offset = [[taskMarkerOffset]] [[player]];</code> |EXAMPLE1=


| [[setTaskMarkerOffset]] |= See Also
| [[setTaskMarkerOffset]] |SEEALSO=
}}
}}



Revision as of 15:50, 7 April 2019

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 - offset in format [x, y, z]

Examples

Example 1:
_offset = taskMarkerOffset player;

Additional Information

See also:
setTaskMarkerOffset

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