C# Class Server.PathFollower

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

Méthodes publiques

Méthode Description
Advance ( Server.Point3D &p, int index ) : void
Check ( Server.Point3D loc, Server.Point3D goal, int range ) : bool
CheckPath ( ) : bool
Follow ( bool run, int range ) : bool
ForceRepath ( ) : void
GetGoalLocation ( ) : Server.Point3D
Move ( Direction d ) : MoveResult
PathFollower ( Server.Mobile from, IPoint3D goal ) : System

Method Details

Advance() public méthode

public Advance ( Server.Point3D &p, int index ) : void
p Server.Point3D
index int
Résultat void

Check() public méthode

public Check ( Server.Point3D loc, Server.Point3D goal, int range ) : bool
loc Server.Point3D
goal Server.Point3D
range int
Résultat bool

CheckPath() public méthode

public CheckPath ( ) : bool
Résultat bool

Follow() public méthode

public Follow ( bool run, int range ) : bool
run bool
range int
Résultat bool

ForceRepath() public méthode

public ForceRepath ( ) : void
Résultat void

GetGoalLocation() public méthode

public GetGoalLocation ( ) : Server.Point3D
Résultat Server.Point3D

Move() public méthode

public Move ( Direction d ) : MoveResult
d Direction
Résultat MoveResult

PathFollower() public méthode

public PathFollower ( Server.Mobile from, IPoint3D goal ) : System
from Server.Mobile
goal IPoint3D
Résultat System