Home
last modified time | relevance | path

Searched refs:SFXCommands (Results 1 – 2 of 2) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/audio/
H A Dsfx_manager.hpp70 enum SFXCommands enum in SFXManager
138 SFXCommands m_command;
143 SFXCommand(SFXCommands command, SFXBase *base) in SFXCommand()
150 SFXCommand(SFXCommands command, MusicInformation *mi) in SFXCommand()
158 SFXCommand(SFXCommands command, MusicInformation *mi, float f) in SFXCommand()
182 SFXCommand(SFXCommands command, SFXBase *base, float f, in SFXCommand()
244 void queue(SFXCommands command, SFXBase *sfx=NULL);
245 void queue(SFXCommands command, SFXBase *sfx, float f);
246 void queue(SFXCommands command, SFXBase *sfx, const Vec3 &p);
248 void queue(SFXCommands command, MusicInformation *mi);
[all …]
H A Dsfx_manager.cpp164 void SFXManager::queue(SFXCommands command, SFXBase *sfx) in queue()
183 void SFXManager::queue(SFXCommands command, SFXBase *sfx, float f) in queue()
202 void SFXManager::queue(SFXCommands command, SFXBase *sfx, const Vec3 &p) in queue()
215 void SFXManager::queue(SFXCommands command, SFXBase *sfx, const Vec3 &p, SFXBuffer* buffer) in queue()
236 void SFXManager::queue(SFXCommands command, SFXBase *sfx, float f, in queue()
252 void SFXManager::queue(SFXCommands command, MusicInformation *mi) in queue()
268 void SFXManager::queue(SFXCommands command, MusicInformation *mi, float f) in queue()