C# Class Server.Movement.Movement

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
CheckMovement ( Mobile m, Direction d, int &newZ ) : bool
CheckMovement ( Mobile m, Map map, Point3D loc, Direction d, int &newZ ) : bool
Offset ( Direction d, int &x, int &y ) : void

Method Details

CheckMovement() public static méthode

public static CheckMovement ( Mobile m, Direction d, int &newZ ) : bool
m Mobile
d Direction
newZ int
Résultat bool

CheckMovement() public static méthode

public static CheckMovement ( Mobile m, Map map, Point3D loc, Direction d, int &newZ ) : bool
m Mobile
map Map
loc Point3D
d Direction
newZ int
Résultat bool

Offset() public static méthode

public static Offset ( Direction d, int &x, int &y ) : void
d Direction
x int
y int
Résultat void