Skip to content

elcapykkzxd/NavPathX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NavPathX banner

NavPathX

  • A forked and optimized version of the pathfinding tool called SimplePath module.
  • Documentation here

Credits:

Initialization

  • As a "fork" of SimplePath, the function names got renamed.
  • Initialization is below this message.
local NavPathX = require("@self/NavPathX") -- Or "NavPathX.lua(u)?"
local Path = NavPathX.SetSettings( 
    Model : <Instance : Model>,  -- Pathfinding Agent.
    agentParameters <table? : { [string] : any }>, -- Default agent parameters.
    VisualizePathfinding : <boolean? : true/false>  -- If visualize the Pathfinding operations.
) :: <table { -- Must be called in a NavPathX namecall (NavPathX.NAMECALL(Path))
   NavPathX.Destroy : function, -- Destroys the Path.
   NavPathX.Stop : function, -- Stops the current Pathfinding.
   NavPathX.Run : function, -- Begins Pathfinding to goal.
}>

About

• A forked and optimized version of the Pathfinding tool called SimplePath module.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages