Advanced Get_Dir

by AJX
A more dynamic and informative version of the built in get_dir() proc [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://AJX.AdvancedGet_Dir##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://AJX.AdvancedGet_Dir##version=1

117 downloads
Version V0.1
Date added: Feb 12 2010
Last updated: Feb 13 2010
0 fans
This lib provides two procs that offer alternatives to the built in get_dir().

The first option (Get_Dir) is more specific, including 16 directions such as
North by Northeast, West by Southwest, and the 8 base directions.

The second option (Get_dir) only returns the 8 base directions, organized in a different way.



Traditional get_dir():

NW | N | NE | NE | NE
NW | N | NE | NE | NE
W | X | E | E | E
SW | S | SE | SE | SE
SW | S | SE | SE | SE

Get_Dir():



Version History:
0.1: First public release