Scrawl-canvas API
    Preparing search index...

    Interface PictureFactoryFunctions

    interface PictureFactoryFunctions {
        actionPacket: (item: string, override?: CommonObjectInput) => any;
        addFilters?: (...items: (string | FilterInstance)[]) => EntityInstance;
        checkHit?: (tests: HitTests) => boolean | HitOutput;
        clearFilters?: () => EntityInstance;
        clickAnchor?: () => void;
        clickButton?: () => void;
        clone: (item?: PictureFactoryInputs) => PictureInstance;
        dropArtefact?: () => ArtefactInstance;
        get: (item: string) => any;
        haltSprite: (
            speed?: number,
            loop?: boolean,
            track?: string,
            forward?: boolean,
            frame?: number,
        ) => void;
        importPacket: (
            item: string | string[],
            override?: CommonObjectInput,
        ) => any;
        kill: (item?: any) => void;
        pickupArtefact?: (
            items: CommonHereObjectInput | CommonTwoElementArrayInput,
        ) => ArtefactInstance;
        playSprite: (
            speed?: number,
            loop?: boolean,
            track?: string,
            forward?: boolean,
            frame?: number,
        ) => void;
        removeFilters?: (...items: (string | FilterInstance)[]) => EntityInstance;
        reverseByDelta: () => ArtefactInstance;
        saveAsPacket: (item?: boolean | PictureSaveInputs) => string;
        set: (item?: PictureFactoryInputs) => PictureInstance;
        setDelta: (item?: PictureFactoryDeltaInputs) => PictureInstance;
        setDeltaValues: (item?: CommonObjectInput) => ArtefactInstance;
        simpleStamp: (host: CellInstance, items?: PictureFactoryInputs) => void;
        updateByDelta: () => ArtefactInstance;
        videoAddTextTrack: (kind: any, label: any, language: any) => any;
        videoCanPlayType: (item: string) => boolean;
        videoCaptureStream: () => any;
        videoFastSeek: (item: number) => any;
        videoLoad: () => any;
        videoPause: () => any;
        videoPlay: () => any;
        videoSetMediaKeys: () => any;
        videoSetSinkId: () => any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionPacket: (item: string, override?: CommonObjectInput) => any
    addFilters?: (...items: (string | FilterInstance)[]) => EntityInstance
    checkHit?: (tests: HitTests) => boolean | HitOutput
    clearFilters?: () => EntityInstance
    clickAnchor?: () => void
    clickButton?: () => void
    dropArtefact?: () => ArtefactInstance
    get: (item: string) => any
    haltSprite: (
        speed?: number,
        loop?: boolean,
        track?: string,
        forward?: boolean,
        frame?: number,
    ) => void
    importPacket: (item: string | string[], override?: CommonObjectInput) => any
    kill: (item?: any) => void
    pickupArtefact?: (
        items: CommonHereObjectInput | CommonTwoElementArrayInput,
    ) => ArtefactInstance
    playSprite: (
        speed?: number,
        loop?: boolean,
        track?: string,
        forward?: boolean,
        frame?: number,
    ) => void
    removeFilters?: (...items: (string | FilterInstance)[]) => EntityInstance
    reverseByDelta: () => ArtefactInstance
    saveAsPacket: (item?: boolean | PictureSaveInputs) => string
    setDeltaValues: (item?: CommonObjectInput) => ArtefactInstance
    simpleStamp: (host: CellInstance, items?: PictureFactoryInputs) => void
    updateByDelta: () => ArtefactInstance
    videoAddTextTrack: (kind: any, label: any, language: any) => any
    videoCanPlayType: (item: string) => boolean
    videoCaptureStream: () => any
    videoFastSeek: (item: number) => any
    videoLoad: () => any
    videoPause: () => any
    videoPlay: () => any
    videoSetMediaKeys: () => any
    videoSetSinkId: () => any