C# Class Server.UOAMVendorGenerator

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
ClearSpawners ( int x, int y, int z, Server.Map map ) : void
GetSpawnerZ ( int x, int y, Server.Map map ) : int
Initialize ( ) : void
Parse ( Server.Mobile from ) : void
PlaceNPC ( string sx, string sy, string sm ) : void

Private Methods

Méthode Description
Generate_OnCommand ( Server.CommandEventArgs e ) : void
MakeSpawner ( string types, int x, int y, Server.Map map ) : void

Method Details

ClearSpawners() public static méthode

public static ClearSpawners ( int x, int y, int z, Server.Map map ) : void
x int
y int
z int
map Server.Map
Résultat void

GetSpawnerZ() public static méthode

public static GetSpawnerZ ( int x, int y, Server.Map map ) : int
x int
y int
map Server.Map
Résultat int

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Parse() public static méthode

public static Parse ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

PlaceNPC() public static méthode

public static PlaceNPC ( string sx, string sy, string sm ) : void
sx string
sy string
sm string
Résultat void