GetNVSEBeta

From GECK
Jump to: navigation, search


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.

Syntax

[help]
(int) GetNVSEBeta

Example

if GetNVSEBeta != 0 && GetNVSEBeta < 3
   MessageBoxEx "This mod requires beta 3 or later of NVSE 4, please upgrade"
endif 

See Also