Updates the position of the character.
[Visual Basic] Public Sub update_position( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal z As Integer _ ) [C#] public void update_position( int x, int y, int z ); [C++] public: void update_position( int x, int y, int z ); [JScript] public function update_position( int x, int y, int z );
Client Class | croemud.game Namespace