CRaPI - Correct Robust and Perfect API

CommandType Enumeration

Describes the possible commands to the server

public enum CommandType

Remarks

This is used when creating Commands.

Members

Member NameDescription
ByeA bye command. Used when disconnecting a player.
CatchA catch command. Used when a goalie tries to catch the ball.
Change_ViewA change_view command. Used with ViewWidth and ViewQuality when the player changes the view.
DashA dash command. Used to dash.
KickA kick command. Used when to kick the ball.
MoveA move command. Used when to move the player when the PlayMode is before_kick_off.
SayA say command.
Sense_BodyA sense_body command.
ScoreA score command. Used to retrieve the current score of the game.
TurnA turn command. Used to turn.
Turn_NeckA turn_neck command. Used to turn the neck.

Requirements

Namespace: TeamYaffa.CRaPI.Commands

Assembly: CRaPI (in CRaPI.dll)

See Also

TeamYaffa.CRaPI.Commands Namespace | TeamYaffa.CRaPI.Commands