mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gameui): make stubs of script methods
This commit is contained in:
parent
3df4e5eeeb
commit
0a0c327c46
4 changed files with 15 additions and 5 deletions
|
|
@ -493,7 +493,9 @@ static int32_t Script_ForceQuit(lua_State* L) {
|
|||
}
|
||||
|
||||
static int32_t Script_GetCursorMoney(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
// TODO
|
||||
lua_pushnumber(L, 0.0);
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int32_t Script_DropCursorMoney(lua_State* L) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue