Skip to content

Commit

Permalink
add removed native func def
Browse files Browse the repository at this point in the history
  • Loading branch information
catornot committed Oct 20, 2023
1 parent 959dab4 commit 0e38613
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/nativefuncs.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,12 @@
"helpText":"Returns whether or not a given path leads to a folder.",
"returnTypeString":"bool",
"argTypes":"string path"
}
},
{
"name":"NSGetMasterServerAuthResult",
"helpText":"",
"returnTypeString":"MasterServerAuthResult",
"argTypes":""
}
]
}

0 comments on commit 0e38613

Please sign in to comment.