IdaJS
    Preparing search index...

    Variable stopPausedCoroutine

    stopPausedCoroutine: (objectId: number, name: string) => void

    Stops a paused coroutine for the given object ID and name. Use this if you don't want to unpause a coroutine anymore.

    Type Declaration

      • (objectId: number, name: string): void
      • Parameters

        • objectId: number
        • name: string

        Returns void