Types/Direction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Not a stub) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Direction is a [[Types/ | Direction is a [[Types/uint32]] who's value can be any of the following: | ||
*'''North''' - 0 | *'''North''' - 0 | ||
*''' | *'''Northeast''' - 1 | ||
*''' | *'''East''' - 2 | ||
*''' | *'''Southeast''' - 3 | ||
*''' | *'''South''' - 4 | ||
*''' | *'''Southwest''' - 5 | ||
*''' | *'''West''' - 6 | ||
*''' | *'''Northwest''' - 7 | ||
== See also == | |||
* [https://lua-api.factorio.com/latest/defines.html#defines.direction defines.direction] |
Latest revision as of 10:10, 18 June 2019
Direction is a Types/uint32 who's value can be any of the following:
- North - 0
- Northeast - 1
- East - 2
- Southeast - 3
- South - 4
- Southwest - 5
- West - 6
- Northwest - 7