taskMarkerOffset: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
|arma3 |= Game | |arma3 |= Game | ||
|1.58 | |1.58 | ||
|arg | |arg= | ||
|eff | |eff= | ||
|gr1= Briefing | |gr1= Briefing | ||
| Returns model space position for the task marker | | Returns model space position for the task marker | ||
| [[taskMarkerOffset]] unit | | [[taskMarkerOffset]] unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Array]] - offset in format [x, y, z] | | [[Array]] - offset in format [x, y, z] | ||
|x1= <code>_offset = [[taskMarkerOffset]] [[player]];</code> | |x1= <code>_offset = [[taskMarkerOffset]] [[player]];</code> | ||
| [[setTaskMarkerOffset]] | | [[setTaskMarkerOffset]] | ||
}} | }} | ||
Revision as of 11:26, 18 January 2021
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