Difference between revisions of "IsPluginInstalled"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Waruddar
imported>Waruddar
 
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (isInstalled:bool) GetPluginVersion pluginName:string
  (isInstalled:bool) IsPluginInstalled 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.

Latest revision as of 14:12, 25 September 2008

A command for Oblivion Script Extender

Syntax:

(isInstalled:bool) IsPluginInstalled pluginName:string

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

See Also[edit | edit source]