Lua API: Register missing get_texture_mod function (#10338)

This commit is contained in:
karamel59
2020-08-27 21:47:38 +02:00
committed by GitHub
parent 788f297595
commit d052593c7a

View File

@ -2299,6 +2299,7 @@ luaL_Reg ObjectRef::methods[] = {
luamethod(ObjectRef, set_rotation),
luamethod(ObjectRef, get_rotation),
luamethod_aliased(ObjectRef, set_texture_mod, settexturemod),
luamethod(ObjectRef, get_texture_mod),
luamethod_aliased(ObjectRef, set_sprite, setsprite),
luamethod(ObjectRef, get_entity_name),
luamethod(ObjectRef, get_luaentity),