mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 06:40:26 +00:00
more lua, gonna work on single interpreter soon
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "masterentity.h"
|
||||
#include "lua_item.h"
|
||||
|
||||
bool Lua_Item::Null() {
|
||||
return d_ == nullptr;
|
||||
}
|
||||
|
||||
bool Lua_Item::Valid() {
|
||||
return d_ != nullptr;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user