Skip to content

Commit

Permalink
build: add NSGetModsInformation 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 b9aedb2 commit d57c6e9
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 @@ -394,6 +394,12 @@
"returnTypeString":"array<string>",
"argTypes":""
},
{
"name":"NSGetModsInformation",
"helpText":"",
"returnTypeString":"array<ModInfo>",
"argTypes":""
},
{
"name":"NSIsModEnabled",
"helpText":"",
Expand Down

0 comments on commit d57c6e9

Please sign in to comment.