diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-11-26 12:35:30 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:53 +0200 |
| commit | 70363847aacbf765c60a294940ba50c8bb256cc6 (patch) | |
| tree | b1f5c1e5c519f578b858be98b98a522020d6515d /src/content_sao.h | |
| parent | 1ce749c86a2af539549ecefab5d3de0fde8aeedf (diff) | |
| download | minetest-70363847aacbf765c60a294940ba50c8bb256cc6.tar.xz | |
Reshape LuaEntityCAO implementation a bit and make TNT to blink
Diffstat (limited to 'src/content_sao.h')
| -rw-r--r-- | src/content_sao.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 17d87e342..6f5bab310 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -216,8 +216,10 @@ public: void setPos(v3f pos); void moveTo(v3f pos, bool continuous); float getMinimumSavedMovement(); + /* LuaEntitySAO-specific */ void setVelocity(v3f velocity); void setAcceleration(v3f acceleration); + void setTextureMod(const std::string &mod); private: void sendPosition(bool do_interpolate, bool is_movement_end); |
