mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(client): prepare EnterWorld classes and methods
This commit is contained in:
parent
babeb2d864
commit
140bcde493
12 changed files with 93 additions and 7 deletions
|
|
@ -294,7 +294,8 @@ int32_t Script_IsConnectedToServer(lua_State* L) {
|
|||
}
|
||||
|
||||
int32_t Script_EnterWorld(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
CGlueMgr::EnterWorld();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t Script_Screenshot(lua_State* L) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue