1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02:00

LocalPlayer::getStandingNodePos()

This commit is contained in:
Perttu Ahola
2012-03-23 17:33:22 +02:00
parent 8c2f3bb378
commit e53794868e
2 changed files with 10 additions and 0 deletions

View File

@@ -236,6 +236,8 @@ public:
void move(f32 dtime, Map &map, f32 pos_max_d);
void applyControl(float dtime);
v3s16 getStandingNodePos();
PlayerControl control;