Skip to content

Other: Set target API version

Mixer edited this page Oct 11, 2021 · 3 revisions

Set script's target API version

targetApiVersion(apiVer)

API version: 1

  • Parameter:
  • apiVer: Integer - Version of API that is used by your script
Example:
const api = require('./MixerAPI.js')

api.targetApiVersion(2)
Clone this wiki locally