code/__HELPERS/paths/path.dm 
/proc/__pathfinding_finished | Uses 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_packet | Wrapper around the path list since we play with refs. |
/datum/can_pass_info | Holds all information about what an atom can move through Passed into CanAStarPass to provide context for a pathing attempt |