OOF2: The Manual

Name

OOF.Graphics_n.Layer.Deselect — Deselect the given graphics layer.

Synopsis

OOF.Graphics_n.Layer.Deselect(n)

Details

  • Parent Menu: OOF.Graphics_n.Layer
  • Callback: function GfxWindow.deselectLayerCB in module ooflib.common.IO.ghostgfxwindow
  • Options: no_gui=True
  • Parameters:

    n
    Layer index. Type: Integer.

Description

See OOF.Graphics_n.Layer.Select.

See Also