• Calls a method by its ID with the specified arguments.

    Parameters

    • methodID: number

      The ID of the method to call.

    • Rest ...args: any[]

      The arguments to pass to the method.

    Returns any

    • The result of the method call.

Generated using TypeDoc