Space Station 13 - Modules - Types

code/__HELPERS/unsorted.dm

/proc/sanitize_frequencyEnsure the frequency is within bounds of what it should be sending/receiving at
/proc/get_atom_on_turfReturns the top-most atom sitting on the turf. For example, using this on a disk, which is in a bag, on a mob, will return the mob because it's on the turf.
/proc/valid_build_directionChecks whether the target turf is in a valid state to accept a directional construction such as windows or railings.
/proc/get_atoms_of_typeReturns a list of atoms in a location of a given type. Can be refined to look for pixel-shift.
/proc/get_channel_nameReturns the clean name of an audio channel.