GetNVSEVersion

From the Fallout3 GECK Wiki
Revision as of 12:14, 12 April 2014 by imported>Odessa (started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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

[help]
(int) GetNVSEVersion

Example

if GetNVSEVersion < 4
   MessageBoxEx "This mod requires NVSE 4 or later, please upgrade"
endif

See Also