OOF2: The Manual

Name

OOF.Graphics_n.Layer.Hide_Contour_Map — Hide the selected layer's contour map.

Synopsis

OOF.Graphics_n.Layer.Hide_Contour_Map(n)

Details

  • Parent Menu: OOF.Graphics_n.Layer
  • Callback: function GhostGfxWindow.hideLayerContourmap in module ooflib.common.IO.ghostgfxwindow
  • Options: disabled=1
  • Parameters:

    n
    Contour map index. Type: Integer.

Description

Hide a Layer's contour map. The contour map for the next lower contourable layer, if any, will be displayed.

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 layers must be counted when computing n. This command isn't very friendly in scripts, because it can be hard to determine n.