CRaPI - Correct Robust and Perfect API | |
Turn Constructor
Constructs a Turn command object
public Turn(
int pMoment);
Parameters
- pMoment
- The moment of the turn, i.e. how many degrees to turn.
Remarks
The command will of the form:
(turn pMoment)
See Also
Turn Class | TeamYaffa.CRaPI.Commands Namespace