Add persistent unique identifiers for objects (#14135)
This commit is contained in:
@@ -62,6 +62,9 @@ ServerScripting::ServerScripting(Server* server):
|
||||
lua_newtable(L);
|
||||
lua_setfield(L, -2, "object_refs");
|
||||
|
||||
lua_newtable(L);
|
||||
lua_setfield(L, -2, "objects_by_guid");
|
||||
|
||||
lua_newtable(L);
|
||||
lua_setfield(L, -2, "luaentities");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user