diff options
author | ErodeesFleurs <3353309908@qq.com> | 2024-03-22 15:46:30 +0800 |
---|---|---|
committer | ErodeesFleurs <3353309908@qq.com> | 2024-03-22 15:46:30 +0800 |
commit | ec4787d78e3d329082b4887748b2bf92c290ddec (patch) | |
tree | cbbf1323c8909e6fa66030b4f3761ff7ff272303 /source/game/scripting/StarWorldLuaBindings.hpp | |
parent | 9b10964a3ea121c277c63d9bc370215753768df5 (diff) |
world.id() for server
Diffstat (limited to 'source/game/scripting/StarWorldLuaBindings.hpp')
-rw-r--r-- | source/game/scripting/StarWorldLuaBindings.hpp | 1 |
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); |