
Public Member Functions | |
| BattleSoundPlayer (tfight &battle) | |
| void | playEnd () |
| void | visit (tunitattacksobject &battle) |
| void | visit (tunitattacksbuilding &battle) |
| void | visit (tunitattacksunit &battle) |
| void | visit (tmineattacksunit &battle) |
Definition at line 197 of file attackpanel.cpp.
| BattleSoundPlayer::BattleSoundPlayer | ( | tfight & | battle | ) | [inline] |
| void BattleSoundPlayer::playEnd | ( | ) | [inline] |
Definition at line 216 of file attackpanel.cpp.
References tfight::visit().
Referenced by showAttackAnimation().
| void BattleSoundPlayer::visit | ( | tunitattacksobject & | battle | ) | [inline, virtual] |
| void BattleSoundPlayer::visit | ( | tunitattacksbuilding & | battle | ) | [inline, virtual] |
Implements FightVisitor.
Definition at line 228 of file attackpanel.cpp.
References SoundList::buildingCollapses, SoundList::getInstance(), and SoundList::playSound().
| void BattleSoundPlayer::visit | ( | tunitattacksunit & | battle | ) | [inline, virtual] |
Implements FightVisitor.
Definition at line 237 of file attackpanel.cpp.
References SoundList::getInstance(), SoundList::playSound(), and SoundList::unitExplodes.
| void BattleSoundPlayer::visit | ( | tmineattacksunit & | battle | ) | [inline, virtual] |
Implements FightVisitor.
Definition at line 251 of file attackpanel.cpp.
References tfight::tavalues::damage, tfight::dv, SoundList::getInstance(), tmineattacksunit::getTarget(), VehicleType::killSoundLabel, SoundList::playSound(), SoundList::shooting, Vehicle::typ, and SoundList::unitExplodes.
1.5.1