C# Class Server.MovementPath

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

Méthodes publiques

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

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

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

MovementPath() public méthode

public MovementPath ( Server.Mobile m, Server.Point3D goal ) : System
m Server.Mobile
goal Server.Point3D
Résultat System

Path_OnCommand() public static méthode

public static Path_OnCommand ( Server.CommandEventArgs e ) : void
e Server.CommandEventArgs
Résultat void

Path_OnTarget() public static méthode

public static Path_OnTarget ( Server.Mobile from, object obj ) : void
from Server.Mobile
obj object
Résultat void

Pathfind() public static méthode

public static Pathfind ( object state ) : void
state object
Résultat void