GetNVSERevision
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the revision number of the installed version of NVSE.
Syntax
(int) GetNVSERevision
Example
if GetNVSEVersion == 4 && GetNVSERevision < 3 MessageBoxEx "This mod requires revision 3 or later of NVSE 4, please upgrade" endif