Types/Direction: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Changed links going to the redirect Types/uint to go to Types/uint32.)
(Not a stub)
Line 1: Line 1:
{{stub}}
Direction is a [[Types/uint32]] who's value can be any of the following:
Direction is a [[Types/uint32]] who's value can be any of the following:


Line 10: Line 9:
*'''West''' - 6
*'''West''' - 6
*'''Northwest''' - 7
*'''Northwest''' - 7
== See also ==
* [https://lua-api.factorio.com/latest/defines.html#defines.direction defines.direction]

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

See also