Searched refs:SendAddParticleSpawner (Results 1 – 4 of 4) sorted by relevance
/dports/games/freeminer/freeminer-0.4.10.4/src/ |
H A D | server.h | 423 void SendAddParticleSpawner(u16 peer_id, u16 amount, float spawntime,
|
H A D | server.cpp | 3621 void Server::SendAddParticleSpawner(u16 peer_id, u16 amount, float spawntime, v3f minpos, v3f maxpo… in SendAddParticleSpawner() function in Server 5143 SendAddParticleSpawner(player->peer_id, amount, spawntime, in addParticleSpawner() 5172 SendAddParticleSpawner(PEER_ID_INEXISTENT, amount, spawntime, in addParticleSpawnerAll()
|
/dports/games/minetest/minetest-5.4.1/src/ |
H A D | server.h | 471 void SendAddParticleSpawner(session_t peer_id, u16 protocol_version,
|
H A D | server.cpp | 1567 void Server::SendAddParticleSpawner(session_t peer_id, u16 protocol_version, in SendAddParticleSpawner() function in Server 1594 SendAddParticleSpawner(client_id, player->protocol_version, in SendAddParticleSpawner() 3438 SendAddParticleSpawner(peer_id, proto_ver, p, attached_id, id); in addParticleSpawner()
|