OOF2: The Manual
Name
OOF.Graphics_n.Layer.Lower.To_Bottom — Draw the selected graphics layer below all other layers.
Synopsis
OOF.Graphics_n.Layer.Lower.To_Bottom(n)
Details
- Parent Menu: OOF.Graphics_n.Layer.Lower
-
Callback: function
GfxWindow.lowerToBottomin moduleooflib.common.IO.ghostgfxwindow -
Parameters:
n- Layer index. Type: Integer.
Description
Lower the
given Layer to the bottom of the stack, so that it does not
obscure any other Layers.
In GUI mode, this command operates on the currently selected
Layer. In text mode and in scripts, the Layer is specified by
its position n in the window's layer list. The
unlisted
and invisible (empty) layers must be counted when computing
n. This command isn't very friendly in scripts,
because it can be hard to determine n.



