GetNVSEVersion
Revision as of 12:14, 12 April 2014 by imported>Odessa (started page)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the installed version of NVSE. Added by NVSE V1b1.
Syntax
(int) GetNVSEVersion
Example
if GetNVSEVersion < 4 MessageBoxEx "This mod requires NVSE 4 or later, please upgrade" endif