CRaPI - Correct Robust and Perfect API

Move Constructor (Int32, Int32)

Constructs a Move command object

public Move(
   int pX,
   int pY
);

Parameters

pX
X-coordinate
pY
Y-coordinate

Remarks

The command will be of the form:

(move pX pY)

See Also

Move Class | TeamYaffa.CRaPI.Commands Namespace | Move Constructor Overload List