taskMarkerOffset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Fix category, add seeAlso link)
Line 1: Line 1:
{{Command|=
{{Command|=
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |= Game
|arma3 |= Game
|1.58|= Game Version
|1.58|= Game Version
|arg=  |= Multiplayer Arguments  
|arg=  |= Multiplayer Arguments  
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects
____________________________________________________________________________________________
____________________________________________________________________________________________
| 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]] |= Parameter 1
|p2=  |= Parameter 2
 
|p3=  |= Parameter 3
| [[Array]] - offset in format [x, y, z] |= Return Value
|p3=  |= Parameter 4
 
|p3=  |= Parameter 5
|x1= <code>_offset = [[taskMarkerOffset]] [[player]];</code> |= Example 1
|p3=  |= Parameter 6
 
| [[Array]] - x, y, z |= Return Value
| [[setTaskMarkerOffset]] |= See Also
|x1= _offset = [[taskMarkerOffset]] [[player]]; |= Example 1
| - |= See Also
}}
}}


<dl class='command_description'>
<dl class='command_description'>
<!-- BEGIN Note Section -->
<!-- BEGIN Note Section -->
<!-- For example:
 
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
<!-- END Note Section -->
</dl>
</dl>


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
<!-- Appropriate categories go here -->


[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Briefing|{{uc:{{PAGENAME}}}}]]

Revision as of 13:03, 10 April 2018

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