interface ScriptObject {
    getTypeName(): string;
    isOfType(type): boolean;
    isSame(other): boolean;
}

Hierarchy (view full)

Methods

  • Returns string

  • Parameters

    • type: string

    Returns boolean

  • Parameters

    Returns boolean

Generated using TypeDoc