C# Class Descent.Messaging.Events.PlayerJoinedEventArgs

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

Méthodes publiques

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

public PlayerJoinedEventArgs ( int playerId, string playerNick ) : System.Diagnostics.Contracts
playerId int
playerNick string
Résultat System.Diagnostics.Contracts

PlayerJoinedEventArgs() public méthode

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