1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Method add_pos for object/player (#14126)

This commit is contained in:
sfence
2024-01-01 22:48:56 +01:00
committed by GitHub
parent c9ab61aa8c
commit d0753dddb1
14 changed files with 105 additions and 7 deletions

View File

@@ -364,6 +364,7 @@ public:
void SendPlayerBreath(PlayerSAO *sao);
void SendInventory(PlayerSAO *playerSAO, bool incremental);
void SendMovePlayer(session_t peer_id);
void SendMovePlayerRel(session_t peer_id, const v3f &added_pos);
void SendPlayerSpeed(session_t peer_id, const v3f &added_vel);
void SendPlayerFov(session_t peer_id);