C# Class Descent.Messaging.Events.DamageTakenEventArgs

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

Méthodes publiques

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

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

DamageTakenEventArgs() public méthode

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