mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00: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, set_rotation),
|
||||||
luamethod(ObjectRef, get_rotation),
|
luamethod(ObjectRef, get_rotation),
|
||||||
luamethod_aliased(ObjectRef, set_texture_mod, settexturemod),
|
luamethod_aliased(ObjectRef, set_texture_mod, settexturemod),
|
||||||
|
luamethod(ObjectRef, get_texture_mod),
|
||||||
luamethod_aliased(ObjectRef, set_sprite, setsprite),
|
luamethod_aliased(ObjectRef, set_sprite, setsprite),
|
||||||
luamethod(ObjectRef, get_entity_name),
|
luamethod(ObjectRef, get_entity_name),
|
||||||
luamethod(ObjectRef, get_luaentity),
|
luamethod(ObjectRef, get_luaentity),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue