C# Class Descent.Messaging.Events.PlayerJoinedEventArgs

The event arguments for the PlayerJoined event.
Inheritance: GameEventArgs
Show file Open project: nezbo/Descent Class Usage Examples

Public Methods

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

Method Details

PlayerJoinedEventArgs() public method

public PlayerJoinedEventArgs ( int playerId, string playerNick ) : System.Diagnostics.Contracts
playerId int
playerNick string
return System.Diagnostics.Contracts

PlayerJoinedEventArgs() public method

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