diff options
author | Alexander Harkness <bearbin@gmail.com> | 2014-02-16 08:05:11 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2014-02-16 08:05:11 +0100 |
commit | 233f0add2930f316c5fafce9e29a12f2e4f007bc (patch) | |
tree | 8007f9a88f30eb7b209c68e9ab2a88bb290d382b /src/Entities/Player.h | |
parent | Removed the unnecessary LoopPlayersAndBroadcastChat() functions. (diff) | |
parent | Replace random Float Generation and broadcast the Exp Pickup Sound (diff) | |
download | cuberite-233f0add2930f316c5fafce9e29a12f2e4f007bc.tar cuberite-233f0add2930f316c5fafce9e29a12f2e4f007bc.tar.gz cuberite-233f0add2930f316c5fafce9e29a12f2e4f007bc.tar.bz2 cuberite-233f0add2930f316c5fafce9e29a12f2e4f007bc.tar.lz cuberite-233f0add2930f316c5fafce9e29a12f2e4f007bc.tar.xz cuberite-233f0add2930f316c5fafce9e29a12f2e4f007bc.tar.zst cuberite-233f0add2930f316c5fafce9e29a12f2e4f007bc.zip |
Diffstat (limited to 'src/Entities/Player.h')
-rw-r--r-- | src/Entities/Player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 53e4b56db..838f0301d 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -208,6 +208,8 @@ public: const AString & GetName(void) const { return m_PlayerName; } void SetName(const AString & a_Name) { m_PlayerName = a_Name; } + void PlaySoundEffect(const AString & a_SoundName, float a_Volume, float a_Pitch); + // tolua_end typedef std::list< cGroup* > GroupList; |