Files
Paradise/code/__HELPERS/unsorted.html
T

3 lines
3.2 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__HELPERS/unsorted.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/__HELPERS/unsorted.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/unsorted.dm"><img src="git.png" width="16" height="16" title="code/__HELPERS/unsorted.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/proc/<a href="global.html#proc/get_angle_raw">get_angle_raw</a></th><td>Angle between two arbitrary points and horizontal line same as [/proc/get_angle]</td></tr><tr><th>/proc/<a href="global.html#proc/get_line">get_line</a></th><td>Get a list of turfs in a line from <code>starting_atom</code> to <code>ending_atom</code>.</td></tr><tr><th>/proc/<a href="global.html#proc/get_edge_target_turf">get_edge_target_turf</a></th><td>Returns the turf located at the map edge in the specified direction relative to target_atom used for mass driver</td></tr><tr><th>/proc/<a href="global.html#proc/get_ranged_target_turf">get_ranged_target_turf</a></th><td></td></tr><tr><th>/proc/<a href="global.html#proc/get_ranged_target_turf_direct">get_ranged_target_turf_direct</a></th><td>Get ranged target turf, but with direct targets as opposed to directions</td></tr><tr><th>/proc/<a href="global.html#proc/get_random_perimeter_turf">get_random_perimeter_turf</a></th><td>returns a turf at the outer edge of a given radius</td></tr><tr><th>/<a href="datum.html">datum</a>/coords</th><td>Simple datum for storing coordinates.</td></tr><tr><th>/proc/<a href="global.html#proc/get_living_players">get_living_players</a></th><td>This proc returns every player with a client who is not a ghost or a new_player</td></tr><tr><th>/proc/<a href="global.html#proc/get_atoms_of_type">get_atoms_of_type</a></th><td>Returns a list of atoms in a location of a given type. Can be refined to look for pixel-shift.</td></tr><tr><th>/proc/<a href="global.html#proc/parse_caught_click_modifiers">parse_caught_click_modifiers</a></th><td>Returns a turf based on text inputs, original turf and viewing client</td></tr><tr><th>/proc/<a href="global.html#proc/get_channel_name">get_channel_name</a></th><td>Returns the clean name of an audio channel.</td></tr><tr><th>/proc/<a href="global.html#proc/HTTPGet">HTTPGet</a></th><td>HTTP Get (Powered by rustlibs)</td></tr><tr><th>/proc/<a href="global.html#proc/is_color_dark">is_color_dark</a></th><td>Given a color in the format of &quot;#RRGGBB&quot;, will return if the color is dark.</td></tr><tr><th>/proc/<a href="global.html#proc/type_list_to_counted_assoc_list">type_list_to_counted_assoc_list</a></th><td>This proc takes a list of types, and returns them in the format below.
[type] = amount of type in list.
Useful for recipes.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>