C# Class Descent.Messaging.Events.PointsEventArgs

The event arguments for events needing to send some kind of points. Like AddFatigue.
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
PointsEventArgs ( int points ) : System.Diagnostics.Contracts
PointsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

PointsEventArgs() public méthode

public PointsEventArgs ( int points ) : System.Diagnostics.Contracts
points int
Résultat System.Diagnostics.Contracts

PointsEventArgs() public méthode

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