C# Class Descent.Messaging.Events.GiveCoinsEventArgs

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

Méthodes publiques

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

Method Details

GiveCoinsEventArgs() public méthode

public GiveCoinsEventArgs ( int playerId, int numberOfCoins ) : System.Diagnostics.Contracts
playerId int
numberOfCoins int
Résultat System.Diagnostics.Contracts

GiveCoinsEventArgs() public méthode

public GiveCoinsEventArgs ( 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