diff options
Diffstat (limited to '')
-rw-r--r-- | source/cWorld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cWorld.h b/source/cWorld.h index 6a1058d5c..37577fcde 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -92,6 +92,7 @@ public: void BroadcastTimeUpdate (const cClientHandle * a_Exclude = NULL); void BroadcastChunkData (int a_ChunkX, int a_ChunkZ, cChunkDataSerializer & a_Serializer, const cClientHandle * a_Exclude = NULL); void BroadcastPlayerListItem (const cPlayer & a_Player, bool a_IsOnline, const cClientHandle * a_Exclude = NULL); + void BroadcastSoundEffect (const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch, const cClientHandle * a_Exclude = NULL); // a_Src coords are Block * 8 /// If there is a block entity at the specified coods, sends it to all clients except a_Exclude void BroadcastBlockEntity (int a_BlockX, int a_BlockY, int a_BlockZ, const cClientHandle * a_Exclude = NULL); |