Circus
    Preparing search index...

    Class ZCircusDestroyAbstract

    A helper object that allows you to run the destroy command on multiple objects.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Runs destroy on every destructible object that can be destroyed.

      This way of destruction is dependant on order.

      Parameters

      • ...destructible: (IZCircusDestroy | null | undefined)[]

        The list of objects to destroy. If any of these are null or undefined, then that object is skipped.

      Returns Promise<void>