feat(client): prepare EnterWorld classes and methods

This commit is contained in:
VDm 2025-03-30 00:02:58 +04:00
parent babeb2d864
commit 140bcde493
12 changed files with 93 additions and 7 deletions

View file

@ -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) {