GetNexusModVersionMulti

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current versions of mods hosted on Nexus.

Syntax

[help]
(Mod Versions:Array) GetNexusModVersionMulti IDs_Array:array

Example

let ar_ToCheckNexus := Ar_Construct "array"
Ar_Append ar_ToCheckNexus, 73160
Ar_Append ar_ToCheckNexus, 58277
let Array_result := GetNexusModVersionMulti ar_ToCheckNexus 

Notes

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

See Also