Difference between revisions of "IsPluginInstalled"
Jump to navigation
Jump to search
imported>Odessa (created) |
imported>JT (JIP NVSE) |
||
(One intermediate revision by one other user not shown) | |||
Line 16: | Line 16: | ||
if IsPluginInstalled "Extensions for NVSE" ; NX | if IsPluginInstalled "Extensions for NVSE" ; NX | ||
... | ... | ||
if | if IsPluginInstalled "lutana_nvse" ; Lutana | ||
... | ... | ||
if IsPluginInstalled "JIP NVSE Plugin" ; Jazzisparis | |||
</pre> | </pre> | ||
Latest revision as of 02:52, 6 March 2015
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
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. Added by NVSE 4.5.
Syntax
(bool) IsPluginInstalled PluginName:string
Example
if IsPluginInstalled "MCM Extensions" ; MCM ... if IsPluginInstalled "Extensions for NVSE" ; NX ... if IsPluginInstalled "lutana_nvse" ; Lutana ... if IsPluginInstalled "JIP NVSE Plugin" ; Jazzisparis