| GetPluginVariable |
|---|
| Script function world.GetPluginVariable
Read about scriptingType Method Summary Gets the contents of a variable belonging to a plugin Prototype VARIANT GetPluginVariable(BSTR PluginID, BSTR VariableName);
View list of data type meaningsDescription Gets the contents of the named variable for the nominated plugin. Each plugin has a unique ID - specify that ID to identify the plugin in question.VBscript example Jscript example PerlScript example Python example Lua example Lua notes 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)
GetPluginID (Returns the 24-character ID of the current plugin)
GetPluginInfo (Gets details about a specified plugin)
GetPluginList (Gets a list of installed plugins.)
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)
GetPluginVariableList (Gets the list of variables in a specified plugin)
GetVariable (Gets the contents of a variable)
GetVariableList (Gets the list of variables)
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)
SetVariable (Sets the value of a variable)(Help topic: function=GetPluginVariable)
Documentation contents page |