◆ SoundMaker()
◆ cameraPunchLeft()
static void SoundMaker::cameraPunchLeft |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ cameraPunchRight()
static void SoundMaker::cameraPunchRight |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ nodeDug()
static void SoundMaker::nodeDug |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ playerDamage()
static void SoundMaker::playerDamage |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ playerFallingDamage()
static void SoundMaker::playerFallingDamage |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ playerJump()
static void SoundMaker::playerJump |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ playerRegainGround()
static void SoundMaker::playerRegainGround |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ playPlayerJump()
void SoundMaker::playPlayerJump |
( |
| ) |
|
|
inline |
◆ playPlayerStep()
void SoundMaker::playPlayerStep |
( |
| ) |
|
|
inline |
◆ registerReceiver()
References MtEvent::CAMERA_PUNCH_LEFT, MtEvent::CAMERA_PUNCH_RIGHT, cameraPunchLeft(), cameraPunchRight(), MtEvent::NODE_DUG, nodeDug(), MtEvent::PLAYER_DAMAGE, MtEvent::PLAYER_FALLING_DAMAGE, MtEvent::PLAYER_JUMP, MtEvent::PLAYER_REGAIN_GROUND, playerDamage(), playerFallingDamage(), playerJump(), playerRegainGround(), MtEventManager::reg(), MtEvent::VIEW_BOBBING_STEP, and viewBobbingStep().
Referenced by Game::initSound().
◆ step()
void SoundMaker::step |
( |
float | dtime | ) |
|
|
inline |
◆ viewBobbingStep()
static void SoundMaker::viewBobbingStep |
( |
MtEvent * | e, |
|
|
void * | data ) |
|
inlinestatic |
◆ m_ndef
◆ m_player_jump_timer
float SoundMaker::m_player_jump_timer = 0.0f |
◆ m_player_leftpunch_sound
SoundSpec SoundMaker::m_player_leftpunch_sound |
◆ m_player_leftpunch_sound2
SoundSpec SoundMaker::m_player_leftpunch_sound2 |
◆ m_player_rightpunch_sound
SoundSpec SoundMaker::m_player_rightpunch_sound |
◆ m_player_step_sound
◆ m_player_step_timer
float SoundMaker::m_player_step_timer = 0.0f |
◆ m_sound
◆ makes_footstep_sound
bool SoundMaker::makes_footstep_sound = true |
The documentation for this class was generated from the following file: