diff options
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); |