| GetPluginList |
|---|
| Script function world.GetPluginList
Read about scriptingType Method Summary Gets a list of installed plugins. Prototype VARIANT GetPluginList();
View list of data type meaningsDescription Returns an array of the unique IDs of all the plugins currently installed.VBscript example Jscript example PerlScript example Python example Lua example Return value See Also ... Topics
Aliases
Arrays
Plugins
Scripting
Timers
Triggers
VariablesFunctions
BroadcastPlugin (Broadcasts a message to all installed plugins)
CallPlugin (Calls a routine in a plugin)
EnablePlugin (Enables or disables the specified plugin)
GetPluginAliasList (Gets the list of aliases in a specified plugin)
GetPluginID (Returns the 24-character ID of the current plugin)
GetPluginInfo (Gets details about a specified plugin)
GetPluginName (Returns the name of the current plugin)
GetPluginTimerInfo (Gets details about a named timer for a specified plugin)
GetPluginTimerList (Gets the list of timers in a specified plugin)
GetPluginTriggerList (Gets the list of triggers in a specified plugin)
GetPluginVariable (Gets the contents of a variable belonging to a plugin)
GetPluginVariableList (Gets the list of variables in a specified plugin)
IsPluginInstalled (Checks to see if a particular plugin is installed)
LoadPlugin (Loads a plugin from disk)
PluginSupports (Checks if a plugin supports a particular routine)
ReloadPlugin (Reloads an installed plugin)
SaveState (Saves the state of the current plugin)(Help topic: function=GetPluginList)
Documentation contents page |