q5play
    Preparing search index...

    Interface Chain

    interface Chain {
        clone(): this;
        delete(): void;
        deleteLater(): this;
        Destroy(): void;
        GetPointer(): any;
        GetSegmentCount(): number;
        GetSegments(): any;
        GetWorld(): WorldRef;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        IsValid(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: number]: () => void
    Index

    Methods