mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(glue): add stub for GetNumAddOns script function
This commit is contained in:
parent
a07aeb1b33
commit
0e04a675b3
1 changed files with 4 additions and 1 deletions
|
|
@ -234,7 +234,10 @@ int32_t Script_PatchDownloadApply(lua_State* L) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_GetNumAddOns(lua_State* L) {
|
int32_t Script_GetNumAddOns(lua_State* L) {
|
||||||
WHOA_UNIMPLEMENTED();
|
// TODO
|
||||||
|
lua_pushnumber(L, 0);
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_GetAddOnInfo(lua_State* L) {
|
int32_t Script_GetAddOnInfo(lua_State* L) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue