GetNexusModVersion

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current version of mod hosted on Nexus.

Syntax

[help]
(Mod Version:String) GetNexusModVersion iNexusModID:int

Example

 GetNexusModVersion 73160

Will return current SUP NVSE version(i.e."3.60").

GetNexusModVersion 58277

Will return current JIP NVSE version(i.e."56.34").

Notes

  • This function should be considered depreciated. UseGetNexusModVersionAPI instead;
  • If there's internet access error or invalid iNexusModID - function will return "ERROR" as a string result;

See Also