You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out the SDK has a hidden method named this.DispatchScriptEvent(addonTrigger.id) that makes dispatching events a lot easier.
Use that instead of this.GetScriptInterface().dispatchEvent(new C3.Event(addonTrigger.id));
The text was updated successfully, but these errors were encountered:
Turns out the SDK has a hidden method named
this.DispatchScriptEvent(addonTrigger.id)
that makes dispatching events a lot easier.Use that instead of
this.GetScriptInterface().dispatchEvent(new C3.Event(addonTrigger.id));
The text was updated successfully, but these errors were encountered: