CRaPI - Correct Robust and Perfect API | |
Kick Constructor
Constructs a Kick command object
public Kick(
int pPower,
int pDirection);
Parameters
- pPower
- Power of kick
- pDirection
- Angle where to kick, relative the players own body-direction.
Remarks
The command will of the form:
(kick pPower pDirection)
See Also
Kick Class | TeamYaffa.CRaPI.Commands Namespace