TActivePlayer.Move

From Soldat Community Wiki
Revision as of 17:19, 1 July 2013 by Squiddy (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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