/tg/ Station 13 - Modules - Types

code/datums/ai/basic_mobs/basic_ai_behaviors/travel_towards.dm

/datum/ai_behavior/travel_towardsMoves towards the atom in the passed blackboard key. Planning continues during this action so it can be interrupted by higher priority actions.
/datum/ai_behavior/travel_towards_atomTravel towards an atom you pass directly from the controller rather than a blackboard key. You might need to do this to avoid repeating some checks in both a controller and an action.