Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScriptValue

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • new ScriptValue(script: Script, _options?: undefined | { validate?: undefined | false | true }): ScriptValue
  • Parameters

    • script: Script
    • Optional _options: undefined | { validate?: undefined | false | true }

      @deprecated this parameter is unused and takes no effect, please remove it.

    Returns ScriptValue

Methods

equals

  • equals(other: Value): boolean
  • Parameters

    Returns boolean

hash

  • Returns Hash

hashCode

  • hashCode(): number
  • Returns number

Generated using TypeDoc