IsPluginInstalled
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns true (1) if the specified NVSE plugin is loaded. Note that plugin names are set during registration and displayed in the file, nvse.log, it is not the file name.
Syntax
(bool) IsPluginInstalled PluginName:string
Example
if IsPluginInstalled "MCM Extensions" ; MCM ... if IsPluginInstalled "Extensions for NVSE" ; NX ... if IsPluginInstalled "JIP NVSE Plugin" ; Jazzisparis ... if IsPluginInstalled "JohnnyGuitarNVSE" ; JohnnyGuitar ... if IsPluginInstalled "SUP NVSE Plugin" ; SUP NVSE
Notes
- Below is a list of known plugin names: