C# Class Descent.Messaging.Events.SpawnMonsterEventArgs

The event arguments for the SpawnMonster event.
Inheritance: GameEventArgs
Datei anzeigen Open project: nezbo/Descent Class Usage Examples

Public Methods

Method 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 method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

SpawnMonsterEventArgs() public method

public SpawnMonsterEventArgs ( int x, int y, int monsterId ) : System.Diagnostics.Contracts
x int
y int
monsterId int
return System.Diagnostics.Contracts

SpawnMonsterEventArgs() public method

public SpawnMonsterEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
return System.Diagnostics.Contracts

ToString() public method

public ToString ( ) : string
return string