GetNVSEBeta
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the beta number of the installed version of NVSE. A non beta version will return 0. Added by NVSE V1.1.
Syntax
(int) GetNVSEBeta
Example
if GetNVSEBeta != 0 && GetNVSEBeta < 3 MessageBoxEx "This mod requires beta 3 or later of NVSE 4, please upgrade" endif
Notes
- The stable NVSE release, 4.2b4 incorrectly returns '3' to this function.