UnloadScript

Unload another script from within a script

Overview:

Functions:

UnloadScript(name)

API Reference

UnloadScript()

Unloads a script. This will yield the until the script has been unloaded.

UnloadScript("test.js")

Parameters:

  • name (String)

Last updated

Was this helpful?