mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-11-06 11:20:35 +00:00
Added World, Entity & Player wrappers
- LuaWrapper.cpp/lua_autopush was updated to support CNSocket* - Added basic getters added for Entity, (x, y, z & type) - Added basic getter for Player, (name) - Added bases getter for World, (version) - Added World.onPlayerAdded & World.onPlayerRemoved events
This commit is contained in:
6
Makefile
6
Makefile
@@ -45,6 +45,9 @@ CXXSRC=\
|
||||
src/servers/Monitor.cpp\
|
||||
src/lua/LuaManager.cpp\
|
||||
src/lua/EventWrapper.cpp\
|
||||
src/lua/WorldWrapper.cpp\
|
||||
src/lua/EntityWrapper.cpp\
|
||||
src/lua/PlayerWrapper.cpp\
|
||||
src/db/init.cpp\
|
||||
src/db/login.cpp\
|
||||
src/db/shard.cpp\
|
||||
@@ -91,6 +94,9 @@ CXXHDR=\
|
||||
src/lua/LuaManager.hpp\
|
||||
src/lua/LuaWrapper.hpp\
|
||||
src/lua/EventWrapper.hpp\
|
||||
src/lua/WorldWrapper.hpp\
|
||||
src/lua/EntityWrapper.hpp\
|
||||
src/lua/PlayerWrapper.hpp\
|
||||
src/db/Database.hpp\
|
||||
src/db/internal.hpp\
|
||||
vendor/bcrypt/BCrypt.hpp\
|
||||
|
||||
Reference in New Issue
Block a user