C# Class Descent.Messaging.Events.OverlordIsEventArgs

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

Public Methods

Method Description
OverlordIsEventArgs ( int playerId ) : System.Diagnostics.Contracts
OverlordIsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

OverlordIsEventArgs() public method

public OverlordIsEventArgs ( int playerId ) : System.Diagnostics.Contracts
playerId int
return System.Diagnostics.Contracts

OverlordIsEventArgs() public method

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