C# Class Descent.Messaging.Events.GiveHeroCardsEventArgs

The event arguments for the GiveHeroCards event.
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
GiveHeroCardsEventArgs ( int playerId, int heroCardIds ) : System.Diagnostics.Contracts
GiveHeroCardsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

GiveHeroCardsEventArgs() public méthode

public GiveHeroCardsEventArgs ( int playerId, int heroCardIds ) : System.Diagnostics.Contracts
playerId int
heroCardIds int
Résultat System.Diagnostics.Contracts

GiveHeroCardsEventArgs() public méthode

public GiveHeroCardsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
Résultat System.Diagnostics.Contracts

PopulateWithArgs() public méthode

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string