C# Class Server.MovementPath

Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
MovementPath ( Server.Mobile m, Server.Point3D goal ) : System
Path_OnCommand ( Server.CommandEventArgs e ) : void
Path_OnTarget ( Server.Mobile from, object obj ) : void
Pathfind ( object state ) : void

Private Methods

Method Description
Path ( Server.Mobile from, IPoint3D p, Server.PathAlgorithms.PathAlgorithm alg, string name, int zOffset ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

MovementPath() public method

public MovementPath ( Server.Mobile m, Server.Point3D goal ) : System
m Server.Mobile
goal Server.Point3D
return System

Path_OnCommand() public static method

public static Path_OnCommand ( Server.CommandEventArgs e ) : void
e Server.CommandEventArgs
return void

Path_OnTarget() public static method

public static Path_OnTarget ( Server.Mobile from, object obj ) : void
from Server.Mobile
obj object
return void

Pathfind() public static method

public static Pathfind ( object state ) : void
state object
return void