C# Class Server.Movement.Movement

显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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 method

public static CheckMovement ( Mobile m, Direction d, int &newZ ) : bool
m Mobile
d Direction
newZ int
return bool

CheckMovement() public static method

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

Offset() public static method

public static Offset ( Direction d, int &x, int &y ) : void
d Direction
x int
y int
return void