메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Generate_OnCommand ( Server.CommandEventArgs e ) : void | ||
MakeSpawner ( string types, int x, int y, Server.Map map ) : void |
public static ClearSpawners ( int x, int y, int z, Server.Map map ) : void | ||
x | int | |
y | int | |
z | int | |
map | Server.Map | |
리턴 | void |
public static GetSpawnerZ ( int x, int y, Server.Map map ) : int | ||
x | int | |
y | int | |
map | Server.Map | |
리턴 | int |
public static PlaceNPC ( string sx, string sy, string sm ) : void | ||
sx | string | |
sy | string | |
sm | string | |
리턴 | void |