Difference between revisions of "TActivePlayer.Move"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''procedure Move(X, Y: Single)''''' X, Y: map coordinates to where to move the player ==Description== Moves player to a designated location on the map. == Example == <s...")
 
(No difference)

Latest revision as of 17:19, 1 July 2013

procedure Move(X, Y: Single)
 X, Y: map coordinates to where to move the player

Description

Moves player to a designated location on the map.

Example

Players[1].Move(0,0); //moves player 1 to center of the map