setMarkerPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (fixed example)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Moves the marker.
| Moves the marker. Pos format is [[Position2D]]. |= Description
Pos format is [[Position2D]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 20: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>"MarkerOne" setMarkerPos [[getMarkerPos]] "MarkerTwo"</pre> |= Example 1
|x1= <code>"MarkerOne" '''setMarkerPos''' [[getMarkerPos]] "MarkerTwo"</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 01:42, 5 August 2006

Hover & click on the images for description

Description

Description:
Moves the marker. Pos format is Position2D.
Groups:
Uncategorised

Syntax

Syntax:
markerName setMarkerPos pos
Parameters:
markerName: String
pos: Array
Return Value:
Nothing

Examples

Example 1:
"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"

Additional Information

See also:
See also needed

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