Unload event
This event gets executed upon the script being unloaded.
script.handle("onUnload", function () {
// finalize (unregister) variables / hooks / modules / commands here
}Last updated
This event gets executed upon the script being unloaded.
script.handle("onUnload", function () {
// finalize (unregister) variables / hooks / modules / commands here
}Last updated