summaryrefslogtreecommitdiff
path: root/src/content_sao.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-01-02 13:12:56 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-01-02 13:12:56 +0200
commitff82b95800b13d156a59d4936970dc3c8797b14e (patch)
treec8eba929746ff872fec61186028b4fb1f20bf63f /src/content_sao.h
parent49b7055cb3f676c19dc5edd07fe72e2f5e2414a1 (diff)
downloadminetest-ff82b95800b13d156a59d4936970dc3c8797b14e.tar.gz
minetest-ff82b95800b13d156a59d4936970dc3c8797b14e.tar.bz2
minetest-ff82b95800b13d156a59d4936970dc3c8797b14e.zip
ObjectRef:get_entity_name() and fixing of comments in default/init.lua
Diffstat (limited to 'src/content_sao.h')
-rw-r--r--src/content_sao.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h
index 04ee7ee1b..d56fdb709 100644
--- a/src/content_sao.h
+++ b/src/content_sao.h
@@ -218,6 +218,7 @@ public:
void setTextureMod(const std::string &mod);
void setSprite(v2s16 p, int num_frames, float framelength,
bool select_horiz_by_yawpitch);
+ std::string getName();
private:
void sendPosition(bool do_interpolate, bool is_movement_end);