C# Class Descent.Messaging.Events.DamageTakenEventArgs

The event arguments for the GiveOverlordCards event.
Inheritance: GameEventArgs
ファイルを表示 Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
DamageTakenEventArgs ( int x, int y, int damage ) : System.Diagnostics.Contracts
DamageTakenEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

DamageTakenEventArgs() public method

public DamageTakenEventArgs ( int x, int y, int damage ) : System.Diagnostics.Contracts
x int
y int
damage int
return System.Diagnostics.Contracts

DamageTakenEventArgs() public method

public DamageTakenEventArgs ( 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