C# Class Descent.Messaging.Events.RerollDicesEventArgs

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

Méthodes publiques

Méthode Description
PopulateWithArgs ( string stringArgs ) : void
RerollDicesEventArgs ( int diceIds ) : System.Diagnostics.Contracts
RerollDicesEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
ToString ( ) : string

Method Details

PopulateWithArgs() public méthode

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

RerollDicesEventArgs() public méthode

public RerollDicesEventArgs ( int diceIds ) : System.Diagnostics.Contracts
diceIds int
Résultat System.Diagnostics.Contracts

RerollDicesEventArgs() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string