C# Class Descent.Messaging.Events.PointsEventArgs

The event arguments for events needing to send some kind of points. Like AddFatigue.
Inheritance: GameEventArgs
显示文件 Open project: nezbo/Descent Class Usage Examples

Public Methods

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

Method Details

PointsEventArgs() public method

public PointsEventArgs ( int points ) : System.Diagnostics.Contracts
points int
return System.Diagnostics.Contracts

PointsEventArgs() public method

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