setMarkerPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 31: Line 31:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
Effect is local in OFP.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 00:47, 24 March 2007

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

Effect is local in OFP.

Bottom Section