C# Class Descent.Messaging.Events.GiveHeroCardsEventArgs

The event arguments for the GiveHeroCards event.
Inheritance: GameEventArgs
Exibir arquivo Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
GiveHeroCardsEventArgs ( int playerId, int heroCardIds ) : System.Diagnostics.Contracts
GiveHeroCardsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

GiveHeroCardsEventArgs() public method

public GiveHeroCardsEventArgs ( int playerId, int heroCardIds ) : System.Diagnostics.Contracts
playerId int
heroCardIds int
return System.Diagnostics.Contracts

GiveHeroCardsEventArgs() public method

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

PopulateWithArgs() public method

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

ToString() public method

public ToString ( ) : string
return string