C# Class Descent.Messaging.Events.RolledDicesEventArgs

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

Public Methods

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

Method Details

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

RolledDicesEventArgs() public method

public RolledDicesEventArgs ( int rolledSides ) : System.Diagnostics.Contracts
rolledSides int
return System.Diagnostics.Contracts

RolledDicesEventArgs() public method

public RolledDicesEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
return System.Diagnostics.Contracts

ToString() public method

public ToString ( ) : string
return string