taskMarkerOffset: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) 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 | ||
| [[Array]] - offset in format [x, y, z] |= Return Value | |||
|x1= <code>_offset = [[taskMarkerOffset]] [[player]];</code> |= Example 1 | |||
| [[Array]] - x, y, z |= Return Value | | [[setTaskMarkerOffset]] |= See Also | ||
|x1= _offset = [[taskMarkerOffset]] [[player]]; |= Example 1 | |||
| | |||
}} | }} | ||
<dl class='command_description'> | <dl class='command_description'> | ||
<!-- BEGIN Note Section --> | <!-- BEGIN Note Section --> | ||
<!-- END Note Section --> | <!-- END Note Section --> | ||
</dl> | </dl> | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[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 12:03, 10 April 2018
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