diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index d56fdb709..c2bb9c3f5 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -213,8 +213,11 @@ public: float getMinimumSavedMovement(); /* LuaEntitySAO-specific */ void setVelocity(v3f velocity); + v3f getVelocity(); void setAcceleration(v3f acceleration); v3f getAcceleration(); + void setYaw(float yaw); + float getYaw(); void setTextureMod(const std::string &mod); void setSprite(v2s16 p, int num_frames, float framelength, bool select_horiz_by_yawpitch); |