GetNVSERevision

Revision as of 11:11, 13 April 2014 by imported>Odessa (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(int) GetNVSERevision

Example

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

See Also