pathfinder 
Vars | |
active_pathing | List of pathfind datums we are currently trying to process |
---|---|
currentrun | List of pathfind datums being ACTIVELY processed. exists to make subsystem stats readable |
Procs | |
jps_pathfind | Initiates a pathfind. Returns true if we're good, FALSE if something's failed |
jps_pathfind_now | Pathfind RIGHT NOW!! Returns a list of turfs if a path was found, or FALSE if it could not find a path. |
Var Details
active_pathing 
List of pathfind datums we are currently trying to process
currentrun 
List of pathfind datums being ACTIVELY processed. exists to make subsystem stats readable
Proc Details
jps_pathfind
Initiates a pathfind. Returns true if we're good, FALSE if something's failed
jps_pathfind_now
Pathfind RIGHT NOW!! Returns a list of turfs if a path was found, or FALSE if it could not find a path.