C# Class Descent.Messaging.Events.OverlordIsEventArgs

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

Méthodes publiques

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

Method Details

OverlordIsEventArgs() public méthode

public OverlordIsEventArgs ( int playerId ) : System.Diagnostics.Contracts
playerId int
Résultat System.Diagnostics.Contracts

OverlordIsEventArgs() public méthode

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