SS1984 - Modules - Types

code/__HELPERS/screen_objs.dm

/proc/screen_loc_to_offsetConverts a screen location string to pixel offsets
/proc/offset_to_screen_locConverts pixel offsets to a screen location string
/proc/get_valid_screen_locationReturns a valid location to place a screen object without overflowing the viewport
/proc/cut_relative_directionTakes a screen_loc string and removes any directions like NORTH or SOUTH
/proc/spanning_screen_locReturns a screen_loc format for a tiling screen objects from start and end positions Start should be bottom left corner, and end top right corner