setMarkerPos: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|SETMARKERPOS]] | ||
[[Category:Scripting Commands OFP 1.97| | [[Category:Scripting Commands OFP 1.97|SETMARKERPOS]] | ||
[[Category:Scripting Commands OFP 1.46| | [[Category:Scripting Commands OFP 1.46|SETMARKERPOS]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|SETMARKERPOS]] | ||
Revision as of 16:31, 4 May 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"