Difference between revisions of "GetNVSEBeta"
Jump to navigation
Jump to search
imported>Odessa (Created Page) |
imported>Odessa (note on 4.2.4 bug) |
||
Line 8: | Line 8: | ||
endif | endif | ||
}} | }} | ||
==Notes== | |||
*The stable NVSE release, 4.2b4 incorrectly returns '3' to this function. | |||
==See Also== | ==See Also== | ||
*[[GetNVSEVersion]] | *[[GetNVSEVersion]] | ||
*[[GetNVSERevision]] | *[[GetNVSERevision]] | ||
[[Category:Functions_(NVSE)]] | [[Category:Functions_(NVSE)]] |
Latest revision as of 05:51, 6 August 2014
< [[::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.