addon.uninstall Uninstalls an addon |
||||
Usage |
||||
addon.uninstall [-q] [-n] <id:string> |
||||
Description |
||||
Uninstalls the specified addon by executing its uninstall callback function and removing its installed files. It also removes the addon's registration entry. If the -n switch is specified the uninstall callback is not called, only the registration entry is removed. | ||||
Switches |
||||
|
||||
See also |
||||
addon.register |