CRaPI - Correct Robust and Perfect API

Side Enumeration

Describes what team-side the player is playing with, i.e. what side of the field the player is starting on.

public enum Side

Members

Member NameDescription
LeftThe player starts at the left side of the play field.

Left is implemented as the character l, which means that it can be used with comparisons whith messages from the server.

RightThe player starts at the right side of the play field.

Right is implemented as the character r, which means that it can be used with comparisons whith messages from the server.

Requirements

Namespace: TeamYaffa.CRaPI

Assembly: CRaPI (in CRaPI.dll)

See Also

TeamYaffa.CRaPI Namespace