Daedalus Dock - Modules - Types

code/__HELPERS/paths/path.dm

/proc/__pathfinding_finishedUses funny pass by reference bullshit to take the path created by pathfinding, and insert it into a return list We'll be able to use this return list to tell a sleeping proc to continue execution
/datum/pathfind_packetWrapper around the path list since we play with refs.
/datum/can_pass_infoHolds all information about what an atom can move through Passed into CanAStarPass to provide context for a pathing attempt