| GetPluginTimerList |
|---|
| Script function world.GetPluginTimerList
Read about scriptingType Method Summary Gets the list of timers in a specified plugin Prototype VARIANT GetPluginTimerList(BSTR PluginID);
View list of data type meaningsDescription Returns an array of all the named timers currently defined for the nominated plugin. You can then use GetPluginTimerInfo to find out more details about each one.VBscript example Jscript example PerlScript example Python example Lua example Return value See Also ... Topics
Aliases
Arrays
Plugins
Scripting
Timers
Triggers
VariablesFunctions
AddTimer (Adds a timer)
BroadcastPlugin (Broadcasts a message to all installed plugins)
CallPlugin (Calls a routine in a plugin)
DeleteTimer (Deletes a timer)
EnablePlugin (Enables or disables the specified plugin)
EnableTimer (Enables or disables an timer)
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)
GetPluginVariable (Gets the contents of a variable belonging to a plugin)
GetPluginVariableList (Gets the list of variables in a specified plugin)
GetTimer (Gets details about a timer)
GetTimerInfo (Gets details about a timer)
GetTimerList (Gets the list of timers)
IsPluginInstalled (Checks to see if a particular plugin is installed)
IsTimer (Tests to see if a timer exists)
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=GetPluginTimerList)
Documentation contents page |