C# Class Descent.Messaging.Events.RolledDicesEventArgs

The event arguments for the RolledDices event. Example on arguments: 1,4,4,2
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

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

Method Details

PopulateWithArgs() public méthode

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

RolledDicesEventArgs() public méthode

public RolledDicesEventArgs ( int rolledSides ) : System.Diagnostics.Contracts
rolledSides int
Résultat System.Diagnostics.Contracts

RolledDicesEventArgs() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string