sesaparcours
    Preparing search index...
    • Return if the given name is already a procedure name.

      Parameters

      • name: string

        The questionable name.

      • workspace: Blockly.Workspace

        The workspace to scan for collisions.

      • Optionalopt_exclude: Blockly.Block

        Optional block to exclude from comparisons (one doesn't want to collide with oneself).

      Returns boolean

      True if the name is used, otherwise return false.