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