1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00: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;