mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Lua API: Register missing get_texture_mod function (#10338)
This commit is contained in:
parent
788f297595
commit
d052593c7a
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue