CRaPI - Correct Robust and Perfect API

BasicCommands.Move Method (Int32, Int32)

Builds the server command string for the move command

public static Command Move(
   int pX,
   int pY
);

Parameters

pX
The X-Coordinate to move to
pY
The Y-Coordinate to move to

Return Value

A Command

See Also

BasicCommands Class | TeamYaffa.CRaPI Namespace | BasicCommands.Move Overload List