OOF2: The Manual

Name

OOF.LayerEditor.Settings.AutoSend — Send layers to the graphics window as soon as they're edited.

Synopsis

OOF.LayerEditor.Settings.AutoSend(boolean)

Details

  • Parent Menu: OOF.LayerEditor.Settings
  • Callback: function setAutoSendCB in module ooflib.common.IO.layereditor
  • Parameters:

    boolean
    A boolean value, 0 (false) or 1 (true). This is not a keyword parameter (just enter '0' or '1', not 'boolean=1').

Description

When using the GUI, the AutoSend controls whether or not newly edited layers are sent automatically when editing is complete. By default, AutoSend is turned on. When it's on, explicit Send commands are needed only when the displayed object is changed, or when Layers are deleted. In scripts and in text mode, explicit Send commands are always required, and AutoSend is ignored.