mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
Lua API: Register missing get_texture_mod function (#10338)
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user