Difference between revisions of "IsPluginInstalled"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Waruddar
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (version:long) GetPluginVersion pluginName:string
  (isInstalled:bool) GetPluginVersion pluginName:string


Returns whether a given [[:Category:OBSE_Plug-Ins| OBSE plugin]] (not mod) is installed.
Returns whether a given [[:Category:OBSE_Plug-Ins| OBSE plugin]] (not mod) is installed.

Revision as of 14:11, 25 September 2008

A command for Oblivion Script Extender

Syntax:

(isInstalled:bool) GetPluginVersion pluginName:string

Returns whether a given OBSE plugin (not mod) is installed.

See Also