1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-30 23:15:32 +01:00

Scripting WIP

This commit is contained in:
Perttu Ahola
2011-11-12 13:59:56 +02:00
parent 23adfff4fe
commit 38944467d3
9 changed files with 59 additions and 29 deletions

View File

@@ -217,7 +217,7 @@ public:
void rightClick(Player *player);
void setPos(v3f pos);
void moveTo(v3f pos);
void moveTo(v3f pos, bool continuous);
private:
void sendPosition(bool do_interpolate, bool is_movement_end);
@@ -230,6 +230,7 @@ private:
float m_last_sent_yaw;
v3f m_last_sent_position;
float m_last_sent_position_timer;
float m_last_sent_move_precision;
};
#endif