OOF2: The Manual

Name

OOF.Help.Debug.Sanity_Check — Check for errors in Skeleton construction.

Synopsis

OOF.Help.Debug.Sanity_Check(skeleton,quick)

Details

  • Parent Menu: OOF.Help.Debug
  • Callback: function sanity_check in module ooflib.engine.IO.skeletonmenu
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    quick
    quick or thorough? Type: Boolean, 0 (false) or 1 (true).

Description

The quick check (quick=1) just checks for illegal elements. The thorough check (quick=0) also checks that the internal data structures are self-consistent. This command should never be needed by end-users, but some of them have found it reassuring.