1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

[CSM] Add functions to create particles and particlespawners. (#6072)

This commit is contained in:
red-001 2018-01-20 22:31:53 +00:00 committed by Loïc Blot
parent da80e8af8a
commit 5dab742645
10 changed files with 341 additions and 13 deletions

View file

@ -554,8 +554,10 @@ private:
// And relations to objects
std::unordered_map<int, u16> m_sounds_to_objects;
// HUD
// Mapping from server hud ids to internal hud ids
// CSM/client IDs to SSM/server IDs Mapping
// Map server particle spawner IDs to client IDs
std::unordered_map<u32, u32> m_particles_server_to_client;
// Map server hud ids to client hud ids
std::unordered_map<u32, u32> m_hud_server_to_client;
// Privileges