/proc/get_angle | Calculate the angle between two movables and the west|east coordinate |
---|
/proc/delta_to_angle | Calculate the angle produced by a pair of x and y deltas |
---|
/proc/get_angle_raw | Angle between two arbitrary points and horizontal line same as /proc/get_angle |
---|
/proc/normalize_angle | Get normalized angle (for fix rotation animation bug near 90 and -90 degrees) |
---|
/proc/get_line | Get a list of turfs in a line from starting_atom to ending_atom . |
---|
/proc/display_power | Format a power value in W, kW, MW, or GW. |
---|
/proc/display_joules | Format an energy value in J, kJ, MJ, or GJ. 1W = 1J/s. |
---|
/proc/anyprob | chances are 1:value. anyprob(1) will always return true |
---|
/proc/bit_count | counts the number of bits in Byond's 16-bit width field, in constant time and memory! |
---|
/proc/make_tuple | Returns the name of the mathematical tuple of same length as the number arg (rounded down). |
---|