/proc/get_line | Get a list of turfs in a line from starting_atom to ending_atom . |
---|
/proc/get_edge_target_turf | Returns the turf located at the map edge in the specified direction relative to target_atom used for mass driver |
---|
/proc/get_ranged_target_turf | |
---|
/proc/get_ranged_target_turf_direct | Get ranged target turf, but with direct targets as opposed to directions |
---|
/datum/coords | Simple datum for storing coordinates. |
---|
/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/parse_caught_click_modifiers | Returns a turf based on text inputs, original turf and viewing client |
---|
/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. |
---|
/proc/type_list_to_counted_assoc_list | This proc takes a list of types, and returns them in the format below.
[type] = amount of type in list.
Useful for recipes. |
---|