parent
e49e7d6938
commit
29f70c1b4c
|
@ -96,9 +96,9 @@ end
|
||||||
|
|
||||||
--- Get the reflection of this mirror layout.
|
--- Get the reflection of this mirror layout.
|
||||||
-- @property reflection
|
-- @property reflection
|
||||||
-- @param table reflection A table of booleans with the keys "horizontal", "vertical".
|
-- @tparam table reflection A table of booleans with the keys "horizontal", "vertical".
|
||||||
-- @param boolean reflection.horizontal
|
-- @tparam boolean reflection.horizontal
|
||||||
-- @param boolean reflection.vertical
|
-- @tparam boolean reflection.vertical
|
||||||
|
|
||||||
function mirror:get_reflection()
|
function mirror:get_reflection()
|
||||||
return { horizontal = self._private.horizontal, vertical = self._private.vertical }
|
return { horizontal = self._private.horizontal, vertical = self._private.vertical }
|
||||||
|
|
Loading…
Reference in New Issue