byond - Modules - Types

code/__HELPERS/ai.dm

/proc/cheap_get_living_near Returns a list of mobs/living via get_dist and same z level method, very cheap compared to range()
/proc/cheap_get_humans_near Returns a list of humans via get_dist and same z level method, very cheap compared to range()
/proc/cheap_get_xenos_near Returns a list of xenos via get_dist and same z level method, very cheap compared to range()
/proc/cheap_get_mechs_near Returns a list of mechs via get_dist and same z level method, very cheap compared to range()
/proc/cheap_get_tanks_near Returns a list of vehicles via get_dist and same z level method, very cheap compared to range()
/proc/get_nearest_target Returns the nearest target that has the right target flag
/proc/cheap_get_atom This proc attempts to get an instance of an atom type within distance, with center as the center. Arguments