From 8db89b8136686a5721080d18e8a14f03404aa095 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 9 Mar 2012 20:46:56 +0200 Subject: LuaEntity armor groups --- src/content_sao.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content_sao.h') diff --git a/src/content_sao.h b/src/content_sao.h index 507631d2a..53e701d8c 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -71,6 +71,7 @@ public: void setSprite(v2s16 p, int num_frames, float framelength, bool select_horiz_by_yawpitch); std::string getName(); + void setArmorGroups(const ItemGroupList &armor_groups); private: void sendPosition(bool do_interpolate, bool is_movement_end); @@ -90,6 +91,7 @@ private: v3f m_last_sent_velocity; float m_last_sent_position_timer; float m_last_sent_move_precision; + bool m_armor_groups_sent; }; #endif -- cgit v1.2.3