Skip to content

Commit

Permalink
build: add NSGetModVersions method to UI signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz committed Nov 1, 2024
1 parent d57c6e9 commit b57b158
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/nativefuncs.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@
"returnTypeString":"array<ModInfo>",
"argTypes":""
},
{
"name":"NSGetModVersions",
"helpText":"",
"returnTypeString":"array<string>",
"argTypes":"string modName"
},
{
"name":"NSIsModEnabled",
"helpText":"",
Expand Down

0 comments on commit b57b158

Please sign in to comment.