code/__HELPERS/type2type.dm 
| turn_cardinal | Returns a single dir rotated by x degrees clockwise, adhering to the cardinal directions. |
|---|---|
| /proc/dir2offset | Returns a list(x, y), being the change in position required to step in the passed in direction |
| /proc/body_zone2cover_flags | For finding out what body parts a body zone covers, the inverse of the below basically |
| /proc/url2htmlloader | Return 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.