# Constants This section describes constants and enumerations provided by the scripting engine. :::{contents} :local: :depth: 2 ::: (script-constants-orientation)= ## Orientation ```{eval-rst} .. lua:class:: Orientation Enumeration that specifies a directional orientation. .. lua:attribute:: North: integer North. .. lua:attribute:: Northeast: integer Northeast. .. lua:attribute:: East: integer East. .. lua:attribute:: Southeast: integer Southeast. .. lua:attribute:: South: integer South. .. lua:attribute:: Southwest: integer Southwest. .. lua:attribute:: West: integer West. .. lua:attribute:: Northwest: integer Northwest. ```