Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/scripting/StarWorldLuaBindings.hpp
diff options
context:
space:
mode:
authorErodeesFleurs <3353309908@qq.com>2024-03-22 15:46:30 +0800
committerErodeesFleurs <3353309908@qq.com>2024-03-22 15:46:30 +0800
commitec4787d78e3d329082b4887748b2bf92c290ddec (patch)
treecbbf1323c8909e6fa66030b4f3761ff7ff272303 /source/game/scripting/StarWorldLuaBindings.hpp
parent9b10964a3ea121c277c63d9bc370215753768df5 (diff)
world.id() for server
Diffstat (limited to 'source/game/scripting/StarWorldLuaBindings.hpp')
-rw-r--r--source/game/scripting/StarWorldLuaBindings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/scripting/StarWorldLuaBindings.hpp b/source/game/scripting/StarWorldLuaBindings.hpp
index 965f025..010affd 100644
--- a/source/game/scripting/StarWorldLuaBindings.hpp
+++ b/source/game/scripting/StarWorldLuaBindings.hpp
@@ -73,6 +73,7 @@ namespace LuaBindings {
}
namespace ServerWorldCallbacks {
+ String id(WorldServer* world);
bool breakObject(WorldServer* world, EntityId arg1, bool arg2);
bool isVisibleToPlayer(WorldServer* world, RectF const& arg1);
bool loadRegion(WorldServer* world, RectF const& arg1);