C# Class FiddlerControls.ModArea

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static IsLandReplace ( List list, ushort tileid, int BlockX, int BlockY, int Cell ) : int
list List
tileid ushort
BlockX int
BlockY int
Cell int
Résultat int

IsLandReplace() public méthode

public IsLandReplace ( ushort tileid, int x, int y ) : int
tileid ushort
x int
y int
Résultat int

IsStaticReplace() public static méthode

public static IsStaticReplace ( List list, ushort tileid, int BlockX, int BlockY, int Cell ) : int
list List
tileid ushort
BlockX int
BlockY int
Cell int
Résultat int

IsStaticReplace() public méthode

public IsStaticReplace ( ushort tileid, int x, int y ) : int
tileid ushort
x int
y int
Résultat int

ModArea() public méthode

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
Résultat System