C# Class Descent.Messaging.Events.InflictWoundsEventArgs

The event arguments for the InflictWounds event;
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public InflictWoundsEventArgs ( int x, int y, int damage, int pierce ) : System.Diagnostics.Contracts
x int
y int
damage int
pierce int
Résultat System.Diagnostics.Contracts

InflictWoundsEventArgs() public méthode

public InflictWoundsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
Résultat System.Diagnostics.Contracts

PopulateWithArgs() public méthode

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string