1
This commit is contained in:
parent
e14cdf0262
commit
1ac680544b
@ -94,7 +94,66 @@ void InGameVoice::OnHumanBeKill(int killer_id, Human* deader)
|
|||||||
|
|
||||||
void InGameVoice::Notify(Human* killer, Human* deader, const mt::InGameVoice* meta)
|
void InGameVoice::Notify(Human* killer, Human* deader, const mt::InGameVoice* meta)
|
||||||
{
|
{
|
||||||
|
switch (meta->GetNotifyObject()) {
|
||||||
|
case InGameVoiceNotifyObject_e::kGlobal:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case InGameVoiceNotifyObject_e::kKiller:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InGameVoiceNotifyObject_e::kNoKiller:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InGameVoiceNotifyObject_e::kKillerTeam:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InGameVoiceNotifyObject_e::kNoKillerTeam:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case InGameVoiceNotifyObject_e::kDead:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InGameVoiceNotifyObject_e::kNoDead:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InGameVoiceNotifyObject_e::kDeadTeam:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InGameVoiceNotifyObject_e::kNoDeadTeam:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InGameVoiceNotifyObject_e::kTeammateExcludeDead:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
default:
|
||||||
|
{
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a8::Attacher* InGameVoice::GetNoDeadTimerAttacher(int killer_id)
|
a8::Attacher* InGameVoice::GetNoDeadTimerAttacher(int killer_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user