aboutsummaryrefslogtreecommitdiff
path: root/.github/nativefuncs.json
diff options
context:
space:
mode:
authorWilliam Miller <william-millennium@hotmail.com>2024-09-10 16:31:12 -0300
committerGitHub <noreply@github.com>2024-09-10 16:31:12 -0300
commit228aefe63642ba8b43b1a137031ea606ccec2501 (patch)
treedd762c11c79559eeda63eed706e494c4d0820ab5 /.github/nativefuncs.json
parenta1502e9ad3ed44b2a0a8ab5f17d4d2bf5238d9cf (diff)
parent3dfd2091b4e72aad14b5d9cfd2332e7ec643c7fd (diff)
downloadNorthstarMods-228aefe63642ba8b43b1a137031ea606ccec2501.tar.gz
NorthstarMods-228aefe63642ba8b43b1a137031ea606ccec2501.zip
Merge branch 'main' into gamemode_fdgamemode_fd
Diffstat (limited to '.github/nativefuncs.json')
-rw-r--r--.github/nativefuncs.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/nativefuncs.json b/.github/nativefuncs.json
index 1148d3e58..110429031 100644
--- a/.github/nativefuncs.json
+++ b/.github/nativefuncs.json
@@ -19,6 +19,12 @@
"argTypes":"string modName, bool enabled"
},
{
+ "name":"NSIsModRemote",
+ "helpText":"",
+ "returnTypeString":"bool",
+ "argTypes":"string modName"
+ },
+ {
"name":"NSGetModDescriptionByModName",
"helpText":"",
"returnTypeString":"string",
@@ -267,6 +273,12 @@
"argTypes":"string modName, bool enabled"
},
{
+ "name":"NSIsModRemote",
+ "helpText":"",
+ "returnTypeString":"bool",
+ "argTypes":"string modName"
+ },
+ {
"name":"NSGetModDescriptionByModName",
"helpText":"",
"returnTypeString":"string",
@@ -467,6 +479,12 @@
"argTypes":"string modName, bool enabled"
},
{
+ "name":"NSIsModRemote",
+ "helpText":"",
+ "returnTypeString":"bool",
+ "argTypes":"string modName"
+ },
+ {
"name":"NSGetModDescriptionByModName",
"helpText":"",
"returnTypeString":"string",
@@ -503,6 +521,13 @@
"argTypes":"string modName"
},
{
+ "name": "NSFetchVerifiedModsManifesto",
+ "helpText": "Retrieves the verified mods list from the central authority (GitHub).",
+ "returnTypeString": "void",
+ "argTypes": ""
+
+ },
+ {
"name": "NSIsModDownloadable",
"helpText": "checks whether a mod is verified and can be auto-downloaded",
"returnTypeString": "bool",