From b57b158978618dce5648e15555289ca62fe34752 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Fri, 1 Nov 2024 02:27:14 +0100 Subject: [PATCH] build: add NSGetModVersions method to UI signatures --- .github/nativefuncs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/nativefuncs.json b/.github/nativefuncs.json index 892f5c3d0..cb344f3e6 100644 --- a/.github/nativefuncs.json +++ b/.github/nativefuncs.json @@ -400,6 +400,12 @@ "returnTypeString":"array", "argTypes":"" }, + { + "name":"NSGetModVersions", + "helpText":"", + "returnTypeString":"array", + "argTypes":"string modName" + }, { "name":"NSIsModEnabled", "helpText":"",