setTaskMarkerOffset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix categories)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets the task marker position in model space. |= Description
| Sets the task marker position in model space. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| obj [[setTaskState]] position |= Syntax
| obj [[setTaskState]] position |SYNTAX=


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


|p2= position: [[Array]] |= Parameter 2
|p2= position: [[Array]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=




|x1= <code>player [[setTaskMarkerOffset]] [0,0.5,1];</code>|= Example 1
|x1= <code>player [[setTaskMarkerOffset]] [0,0.5,1];</code>|EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[taskMarkerOffset]] |= See also
| [[taskMarkerOffset]] |SEEALSO=
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 15:48, 7 April 2019

Hover & click on the images for description

Description

Description:
Sets the task marker position in model space.
Groups:
Uncategorised

Syntax

Syntax:
obj setTaskState position
Parameters:
obj: Object
position: Array
Return Value:
Nothing

Examples

Example 1:
player setTaskMarkerOffset [0,0.5,1];

Additional Information

See also:
taskMarkerOffset

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

Notes

Bottom Section