Rebornbuddy
|
Handles the complex navigation required to move around the game world from one zone to another. More...
Classes | |
class | AethernetNode |
class | AetheryteNode |
class | AetheryteTicketNode |
class | CosmicReturnNode |
class | CustomLogicNode |
class | EdgeDistance |
class | FirmamentNode |
class | INode |
class | NavGraphTerritoryManager |
class | NpcTransportNode |
class | OccultReturnNode |
class | PointNode |
class | TerritoryAethernetNode |
class | ZoneTransitionNode |
Public Types | |
enum | NpcTransportType { SelectYesNo , InteractMove , SelectString } |
Static Public Member Functions | |
static async Task< Queue< INode > > | GetPathAsync (uint targetZoneId, Vector3 targetLocation) |
static Composite | NavGraphConsumer (ValueRetriever< Queue< INode > > FinalizedPath) |
static Queue< INode > | GetPath (uint targetZoneId, Vector3 targetLocation) |
Handles the complex navigation required to move around the game world from one zone to another.
|
static |
|
static |
|
static |