C# Class Descent.Messaging.Events.RerollDicesEventArgs

The event arguments for the RerollDices event.
Inheritance: GameEventArgs
显示文件 Open project: nezbo/Descent Class Usage Examples

Public Methods

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

Method Details

PopulateWithArgs() public method

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

RerollDicesEventArgs() public method

public RerollDicesEventArgs ( int diceIds ) : System.Diagnostics.Contracts
diceIds int
return System.Diagnostics.Contracts

RerollDicesEventArgs() public method

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

ToString() public method

public ToString ( ) : string
return string