C# Class Descent.Messaging.Events.SpawnMonsterEventArgs

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

Méthodes publiques

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

Method Details

PopulateWithArgs() public méthode

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
Résultat void

SpawnMonsterEventArgs() public méthode

public SpawnMonsterEventArgs ( int x, int y, int monsterId ) : System.Diagnostics.Contracts
x int
y int
monsterId int
Résultat System.Diagnostics.Contracts

SpawnMonsterEventArgs() public méthode

public SpawnMonsterEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
Résultat System.Diagnostics.Contracts

ToString() public méthode

public ToString ( ) : string
Résultat string