MetaDataRef: Add contains() and get() (#7214)
This commit is contained in:
@@ -134,6 +134,8 @@ void StorageRef::clearMeta()
|
||||
|
||||
const char StorageRef::className[] = "StorageRef";
|
||||
const luaL_Reg StorageRef::methods[] = {
|
||||
luamethod(MetaDataRef, contains),
|
||||
luamethod(MetaDataRef, get),
|
||||
luamethod(MetaDataRef, get_string),
|
||||
luamethod(MetaDataRef, set_string),
|
||||
luamethod(MetaDataRef, get_int),
|
||||
|
||||
Reference in New Issue
Block a user