Paradise Station 13 - Modules - Types

code/__HELPERS/unsorted.dm

/proc/get_line Get a list of turfs in a line from starting_atom to ending_atom.
/proc/get_ranged_target_turf_direct Get ranged target turf, but with direct targets as opposed to directions
/proc/get_living_players This proc returns every player with a client who is not a ghost or a new_player
/proc/get_atoms_of_type Returns a list of atoms in a location of a given type. Can be refined to look for pixel-shift.
/proc/get_channel_name Returns the clean name of an audio channel.
/proc/HTTPGet HTTP Get (Powered by RUSTG)
/proc/is_color_dark Given a color in the format of "#RRGGBB", will return if the color is dark.