C# Class GameUser, CardsAgainstIRC

Afficher le fichier Open project: puckipedia/CardsAgainstIRC Class Usage Examples

Méthodes publiques

Свойство Type Description
Bot IBot
Cards List
ChosenCards int[]
Guid Guid
HasChosenCards bool
HasVoted bool
JoinReason string
Nick string
NominalCardCount int
Points int
WantsToLeave bool

Méthodes publiques

Méthode Description
AddExtraCards ( int count ) : bool
GameUser ( GameManager, manager )
RemoveCards ( IEnumerable cards = null ) : void
SendCards ( ) : void
UpdateCards ( int i ) : bool

Method Details

AddExtraCards() public méthode

public AddExtraCards ( int count ) : bool
count int
Résultat bool

GameUser() public méthode

public GameUser ( GameManager, manager )
manager GameManager,

RemoveCards() public méthode

public RemoveCards ( IEnumerable cards = null ) : void
cards IEnumerable
Résultat void

SendCards() public méthode

public SendCards ( ) : void
Résultat void

UpdateCards() public méthode

public UpdateCards ( int i ) : bool
i int
Résultat bool

Property Details

Bot public_oe property

public IBot Bot
Résultat IBot

Cards public_oe property

public List Cards
Résultat List

ChosenCards public_oe property

public int[] ChosenCards
Résultat int[]

Guid public_oe property

public Guid Guid
Résultat Guid

HasChosenCards public_oe property

public bool HasChosenCards
Résultat bool

HasVoted public_oe property

public bool HasVoted
Résultat bool

JoinReason public_oe property

public string JoinReason
Résultat string

Nick public_oe property

public string Nick
Résultat string

NominalCardCount public_oe property

public int NominalCardCount
Résultat int

Points public_oe property

public int Points
Résultat int

WantsToLeave public_oe property

public bool WantsToLeave
Résultat bool