C# Class FiddlerControls.ModArea

Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
IsLandReplace ( List list, ushort tileid, int BlockX, int BlockY, int Cell ) : int
IsLandReplace ( ushort tileid, int x, int y ) : int
IsStaticReplace ( List list, ushort tileid, int BlockX, int BlockY, int Cell ) : int
IsStaticReplace ( ushort tileid, int x, int y ) : int
ModArea ( Ultima map, int sx, int sy, int ex, int ey, ushort>.Dictionary toConvLand, ushort>.Dictionary toConvStatic ) : System

Method Details

IsLandReplace() public static method

public static IsLandReplace ( List list, ushort tileid, int BlockX, int BlockY, int Cell ) : int
list List
tileid ushort
BlockX int
BlockY int
Cell int
return int

IsLandReplace() public method

public IsLandReplace ( ushort tileid, int x, int y ) : int
tileid ushort
x int
y int
return int

IsStaticReplace() public static method

public static IsStaticReplace ( List list, ushort tileid, int BlockX, int BlockY, int Cell ) : int
list List
tileid ushort
BlockX int
BlockY int
Cell int
return int

IsStaticReplace() public method

public IsStaticReplace ( ushort tileid, int x, int y ) : int
tileid ushort
x int
y int
return int

ModArea() public method

public ModArea ( Ultima map, int sx, int sy, int ex, int ey, ushort>.Dictionary toConvLand, ushort>.Dictionary toConvStatic ) : System
map Ultima
sx int
sy int
ex int
ey int
toConvLand ushort>.Dictionary
toConvStatic ushort>.Dictionary
return System