AINavigationSystem
Documents the AiiNavigationSystem class and its functions.
Invoking AIINavigationSystem
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