xbmc
List of built-in functions

Add-on built-in's


{ Function, Description } { Addon.Default.OpenSettings(extensionpoint) , Open a settings dialog for the default addon of the given type (extensionpoint)

Parameters
[in]extensionpointThe add-on type } { Addon.Default.Set(extensionpoint) , Open a select dialog to allow choosing the default addon of the given type (extensionpoint)
[in]extensionpointThe add-on type } { Addon.OpenSettings(id) , Open a settings dialog for the addon of the given id
[in]idThe add-on ID } { EnableAddon(id) , Enable the specified plugin/script
[in]idThe add-on id

[New builtin] EnableAddon(id)

} { InstallAddon(id) , Install the specified plugin/script

Parameters
[in]idThe add-on id } { InstallFromZip , Opens the "Install from zip" dialog if "Unknown sources" is enabled. Prompts the warning message if not. } { RunAddon(id[\,opt]) , Runs the specified plugin/script
[in]idThe add-on id.
[in]optis blank for no add-on parameters
or
[in]optAdd-on parameters in url format
or
[in]opt[