setMarkerPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETMARKERPOS]]
[[Category:Scripting Commands|SETMARKERPOS]]
[[Category:Scripting Commands OFP 1.97|SETMARKERPOS]]
[[Category:Scripting Commands OFP 1.96|SETMARKERPOS]]
[[Category:Scripting Commands OFP 1.46|SETMARKERPOS]]
[[Category:Scripting Commands OFP 1.46|SETMARKERPOS]]
[[Category:Scripting Commands ArmA|SETMARKERPOS]]
[[Category:Scripting Commands ArmA|SETMARKERPOS]]

Revision as of 21:31, 1 June 2006


marker setMarkerPos pos


Operand types:

marker: String

pos: Array

Type of returned value:

Nothing

Description:

Move marker.
Pos format is Position2D.


Example:

"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"