GetNVSERevision

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the revision number of the installed version of NVSE.

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