C# Class Descent.Messaging.Events.InflictWoundsEventArgs

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

Public Methods

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

Method Details

InflictWoundsEventArgs() public method

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

InflictWoundsEventArgs() public method

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