Skip to content

sdk.world_navigation

Asynchronous multi-floor route planner. Heavy WorldGrid A* runs on the MapService worker; the game thread executes only a small semantic action graph made of bounded walking legs and verified transition actions.

lua
local M = require("sdk.world_navigation")

Constants

Lua 5.4 has no enums — these are integer (or string) fields on the module.

NameValueSummary
NavigatorNavigatorWorld navigator class.
graph_from_pathgraph_from_pathBuild a navigation graph from a path hit.

new

function · new(opts)

Create a multi-floor world navigator.

Arcane SDK catalog generated from scripts/sdk