mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): implement CScriptRegion LUA methods
This commit is contained in:
parent
8c442f5a82
commit
d63ebf7696
11 changed files with 208 additions and 30 deletions
|
|
@ -5,7 +5,10 @@
|
|||
|
||||
|
||||
static int32_t Script_GetNumFriends(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
// TODO
|
||||
lua_pushnumber(L, 10.0);
|
||||
lua_pushnumber(L, 0.0);
|
||||
return 2;
|
||||
}
|
||||
|
||||
static int32_t Script_GetFriendInfo(lua_State* L) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue