GetNVSERevision

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the revision number of the installed version of NVSE. Added by NVSE V1.1.

Syntax

[help]
(int) GetNVSERevision

Example

if GetNVSEVersion == 4 && GetNVSERevision < 3
   MessageBoxEx "This mod requires revision 3 or later of NVSE 4, please upgrade"
endif

See Also