Difference between revisions of "GetPluginVersion"
no edit summary
imported>Odessa (created) |
imported>Gribbleshnibit8 |
||
Line 9: | Line 9: | ||
|Type = string | |Type = string | ||
}} | }} | ||
| | |example =<pre> | ||
<pre> | |||
if (GetPluginVersion "Extensions for NVSE") < 15 | if (GetPluginVersion "Extensions for NVSE") < 15 | ||
MessageBoxEx "You need to install version 15 of NX plugin" | MessageBoxEx "You need to install version 15 of NX plugin" | ||
endif | endif | ||
</pre> | </pre> | ||
}} | |||
==See Also== | ==See Also== |