AINavigationSystem

Documents the AiiNavigationSystem class and its functions.

triangle-exclamation

Invoking AIINavigationSystem

To invoke the navigation system, use the following Global function:

ns = Game.AIINavigationSystem()

Sub-functions

GetResult

GetResult(id : Uint32, result : script_ref:AINavigationSystemResult) : Bool;

StartPathfinding

StartPathfinding(query : script_ref:AINavigationSystemQuery) : Uint32;

StopPathfinding

StopPathfinding(id : Uint32) : Bool;

Last updated