OOF2: The Manual

Name

OOF.Mesh.Clear_Field_Initializer — Remove the initializer for the given Field.

Synopsis

OOF.Mesh.Clear_Field_Initializer(mesh,field)

Details

  • Parent Menu: OOF.Mesh
  • Callback: function _clearFieldInit in module ooflib.engine.IO.meshmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    field
    Type: A Field object.

Description

Remove the initializer for the given Field from the given Mesh. This does not change the values of the Field itself, but prevents it from being reinitialized later.