taskMarkerOffset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


|arma3 |= Game
|arma3 |= Game


|1.58|Game Version=
|1.58


|arg=  |Multiplayer Arguments=  
|arg=


|eff=  |Multiplayer Effects=
|eff=


|gr1= Briefing |GROUP1=
|gr1= Briefing


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


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


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


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


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


| [[setTaskMarkerOffset]] |SEEALSO=
| [[setTaskMarkerOffset]]
}}
}}



Revision as of 12:26, 18 January 2021

Hover & click on the images for description

Description

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

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