GetNVSEVersionFull

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the full, extended NVSE version (version, revision and beta) loaded in the current game session.

  • This function can also safely be used as an NVSE check, since it is registered in an unused vanilla function opcode that otherwise returns zero. If the user does not have NVSE and JIP LN running, it will simply return 0. If JIP LN and NVSE are running, the full NVSE version is returned, rather than having to concatenate GetNVSEVersion and GetNVSERevision.

Syntax

[help]
(fullVersion:float) GetNVSEVersionFull

Example

if GetNVSEVersionFull >= 5.02 

Notes

  • This function was broken prior to version 57.05. Existing scripts will need to be recompiled.

See Also