Stores the found named ignorable parameters.

This is used for the evaluateParameters function to allow changing the order of named ignorable parameters that are defined next to each other.

Constructors

Properties

The found named ignorable parameters, with their original indexes, and indexes of parameters than are not named ignorable paramters having a value of undefined.

Methods

  • Gets the sibling named ignorable parameters for an index.

    Parameters

    • index: number

      The index to get the named ignorable parameters for.

    Returns Globals.modules.cmds.EvaluateParameters_NamedIgnorableParamater[]

    The named ignorable parameters for the index.

    If the index is less than 0 or greater than or equal to the number of parameters.

    It splits up the list of ignorable parameters into chunks, separated by indexes of parameters that are not ignorable parameters.

    It then returns the chunk that the index is in.