setMarkerPos: Difference between revisions
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. | [[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 20:31, 1 June 2006
marker setMarkerPos pos
Operand types:
marker: String
pos: Array
Type of returned value:
Description:
Move marker.
Pos format is Position2D.
Example:
"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"