PathFinder
Managing the drawing of paths
isHasPath(id)
isHasPath(id)-- Example code showing how to use the function
local isHasCustom = modules.pathFinder.isHasPath("Custom") -- Custom used for /path commandremovePath(id)
removePath(id)-- Example code showing how to use the function
local status = modules.pathFinder.removePath("Custom") addOrUpdatePath(path)
addOrUpdatePath(path)getPathBlocks(id)
getPathBlocks(id)Last updated