summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.h
diff options
context:
space:
mode:
authorsapier <sapier at gmx dot net>2017-01-14 19:32:10 +0100
committersapier <sapier at gmx dot net>2017-01-21 17:01:02 +0100
commitc57b4ff9b592617539aa978374c13cdd5f1603a6 (patch)
tree26174f5add5e5f1a681323459ea27e14bf316f32 /src/script/lua_api/l_object.h
parent72535d33281ed4c863013590e5fd032c39f0b781 (diff)
downloadminetest-c57b4ff9b592617539aa978374c13cdd5f1603a6.tar.gz
minetest-c57b4ff9b592617539aa978374c13cdd5f1603a6.tar.bz2
minetest-c57b4ff9b592617539aa978374c13cdd5f1603a6.zip
Add Entity get_texture_mod() to Lua API
Send texture modifier to clients connecting later too
Diffstat (limited to 'src/script/lua_api/l_object.h')
-rw-r--r--src/script/lua_api/l_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/lua_api/l_object.h b/src/script/lua_api/l_object.h
index 06b1bb79b..96d0abae8 100644
--- a/src/script/lua_api/l_object.h
+++ b/src/script/lua_api/l_object.h
@@ -164,6 +164,9 @@ private:
// set_texture_mod(self, mod)
static int l_set_texture_mod(lua_State *L);
+ // l_get_texture_mod(self)
+ static int l_get_texture_mod(lua_State *L);
+
// set_sprite(self, p={x=0,y=0}, num_frames=1, framelength=0.2,
// select_horiz_by_yawpitch=false)
static int l_set_sprite(lua_State *L);