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: True or False.

Description

The quick check (quick=True) just checks for illegal elements. The thorough check (quick=False) also checks that the internal data structures are self-consistent. The thorough check is not very much slower than the quick check (although it used to be, due to a programming error).

This command should never be needed by end-users, but some of them have found it reassuring.