mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 10:04:42 +03:00
feat(glue): add stub for GetNumAddOns script function
This commit is contained in:
parent
a07aeb1b33
commit
0e04a675b3
@ -234,7 +234,10 @@ int32_t Script_PatchDownloadApply(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) {
|
||||
|
Loading…
Reference in New Issue
Block a user