alias FacingInteger
(alias) FacingInteger = (0|1|2|3)
| 0 -- South
| 1 -- East
| 2 -- North
| 3 -- West
Facing direction represented as an integer only.
[source]
(alias) FacingInteger = (0|1|2|3)
| 0 -- South
| 1 -- East
| 2 -- North
| 3 -- West
Facing direction represented as an integer only.
[source]