C# Class Descent.Messaging.Events.PlaceHeroEventArgs

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

Méthodes publiques

Méthode Description
PlaceHeroEventArgs ( int playerId, int x, int y ) : System.Diagnostics.Contracts
PlaceHeroEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

PlaceHeroEventArgs() public méthode

public PlaceHeroEventArgs ( int playerId, int x, int y ) : System.Diagnostics.Contracts
playerId int
x int
y int
Résultat System.Diagnostics.Contracts

PlaceHeroEventArgs() public méthode

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