/tg/ Station 13 - Modules - TypesDefine Details

code/__HELPERS/type2type.dm

turn_cardinalReturns a single dir rotated by x degrees clockwise, adhering to the cardinal directions.
/proc/dir2offsetReturns a list(x, y), being the change in position required to step in the passed in direction
/proc/body_zone2cover_flagsFor finding out what body parts a body zone covers, the inverse of the below basically
/proc/url2htmlloaderReturn html to load a url. for use inside of browse() calls to html assets that might be loaded on a cdn.

Define Details

turn_cardinal

Returns a single dir rotated by x degrees clockwise, adhering to the cardinal directions.