Home
last modified time | relevance | path

Searched refs:PlaySoundV (Results 1 – 12 of 12) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuSound.pas70 function PlaySoundV(snd: TSound; voicepack: PVoicepack): boolean; in PlaySoundV() function
542 PlaySound:= PlaySoundV(snd, nil, false, false, false);
547 PlaySound:= PlaySoundV(snd, nil, keepPlaying, false, false);
560 function PlaySoundV(snd: TSound; voicepack: PVoicepack): boolean;
562 PlaySoundV:= PlaySoundV(snd, voicepack, false, false, false);
567 PlaySoundV:= PlaySoundV(snd, voicepack, keepPlaying, false, false);
572 PlaySoundV:= PlaySoundV(snd, voicepack, keepPlaying, ignoreMask, false);
580 PlaySoundV:= false;
625 PlaySoundV:= true;
647 PlaySoundV:= true;
[all …]
H A DuGearsHedgehog.pas482 PlaySoundV(sndOw1, Team^.voicepack);
691 0: PlaySoundV(sndByeBye, Gear^.Hedgehog^.Team^.voicepack);
692 1: PlaySoundV(sndSoLong, Gear^.Hedgehog^.Team^.voicepack);
693 2: PlaySoundV(sndOhDear, Gear^.Hedgehog^.Team^.voicepack);
735 PlaySoundV(sndByeBye, Gear^.Hedgehog^.Team^.voicepack);
897 PlaySoundV(sndJump1, Gear^.Hedgehog^.Team^.voicepack);
910 PlaySoundV(sndJump3, Gear^.Hedgehog^.Team^.voicepack);
1284 PlaySoundV(sndFlyAway, Gear^.Hedgehog^.Team^.voicepack);
1344 PlaySoundV(Wavez[TWave(HHGear^.Tag)].Voice, Hedgehog^.Team^.voicepack);
1418 PlaySoundV(sndJump2, Hedgehog^.Team^.voicepack)
H A DuGearsUtils.pas361 PlaySoundV(sndOuch, Hedgehog^.Team^.voicepack);
367 0: PlaySoundV(sndOoff1, Hedgehog^.Team^.voicepack);
368 1: PlaySoundV(sndOoff2, Hedgehog^.Team^.voicepack);
369 2: PlaySoundV(sndOoff3, Hedgehog^.Team^.voicepack);
373 0: PlaySoundV(sndPoisonCough, Hedgehog^.Team^.voicepack);
374 1: PlaySoundV(sndPoisonMoan, Hedgehog^.Team^.voicepack);
378 0: PlaySoundV(sndOw1, Hedgehog^.Team^.voicepack);
379 1: PlaySoundV(sndOw2, Hedgehog^.Team^.voicepack);
380 2: PlaySoundV(sndOw3, Hedgehog^.Team^.voicepack);
381 3: PlaySoundV(sndOw4, Hedgehog^.Team^.voicepack);
H A DuGearsHandlersMess.pas221 0: PlaySoundV(sndWhatThe, gi^.Hedgehog^.Team^.voicepack);
222 1: PlaySoundV(sndOops, gi^.Hedgehog^.Team^.voicepack);
223 2: PlaySoundV(sndRunAway, gi^.Hedgehog^.Team^.voicepack);
224 3: PlaySoundV(sndRunAway, gi^.Hedgehog^.Team^.voicepack);
228 PlaySoundV(sndWhatThe, gi^.Hedgehog^.Team^.voicepack)
230 PlaySoundV(sndOops, gi^.Hedgehog^.Team^.voicepack)
245 PlaySoundV(sndGrenade, gi^.Hedgehog^.Team^.voicepack)
253 PlaySoundV(sndUhOh, gi^.Hedgehog^.Team^.voicepack);
3207 PlaySoundV(sndIncoming, Gear^.Hedgehog^.Team^.voicepack);
3736 PlaySoundV(sndKamikaze, Gear^.Hedgehog^.Team^.voicepack);
[all …]
H A DuGears.pas579 PlaySoundV(sndHurry, CurrentTeam^.voicepack)
H A DuScript.pas2262 PlaySoundV(TSound(s), gear^.Hedgehog^.Team^.Voicepack, false, true)
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuSound.pas70 function PlaySoundV(snd: TSound; voicepack: PVoicepack): boolean; in PlaySoundV() function
542 PlaySound:= PlaySoundV(snd, nil, false, false, false);
547 PlaySound:= PlaySoundV(snd, nil, keepPlaying, false, false);
560 function PlaySoundV(snd: TSound; voicepack: PVoicepack): boolean;
562 PlaySoundV:= PlaySoundV(snd, voicepack, false, false, false);
567 PlaySoundV:= PlaySoundV(snd, voicepack, keepPlaying, false, false);
572 PlaySoundV:= PlaySoundV(snd, voicepack, keepPlaying, ignoreMask, false);
580 PlaySoundV:= false;
625 PlaySoundV:= true;
647 PlaySoundV:= true;
[all …]
H A DuGearsHedgehog.pas482 PlaySoundV(sndOw1, Team^.voicepack);
691 0: PlaySoundV(sndByeBye, Gear^.Hedgehog^.Team^.voicepack);
692 1: PlaySoundV(sndSoLong, Gear^.Hedgehog^.Team^.voicepack);
693 2: PlaySoundV(sndOhDear, Gear^.Hedgehog^.Team^.voicepack);
735 PlaySoundV(sndByeBye, Gear^.Hedgehog^.Team^.voicepack);
897 PlaySoundV(sndJump1, Gear^.Hedgehog^.Team^.voicepack);
910 PlaySoundV(sndJump3, Gear^.Hedgehog^.Team^.voicepack);
1284 PlaySoundV(sndFlyAway, Gear^.Hedgehog^.Team^.voicepack);
1344 PlaySoundV(Wavez[TWave(HHGear^.Tag)].Voice, Hedgehog^.Team^.voicepack);
1418 PlaySoundV(sndJump2, Hedgehog^.Team^.voicepack)
H A DuGearsUtils.pas361 PlaySoundV(sndOuch, Hedgehog^.Team^.voicepack);
367 0: PlaySoundV(sndOoff1, Hedgehog^.Team^.voicepack);
368 1: PlaySoundV(sndOoff2, Hedgehog^.Team^.voicepack);
369 2: PlaySoundV(sndOoff3, Hedgehog^.Team^.voicepack);
373 0: PlaySoundV(sndPoisonCough, Hedgehog^.Team^.voicepack);
374 1: PlaySoundV(sndPoisonMoan, Hedgehog^.Team^.voicepack);
378 0: PlaySoundV(sndOw1, Hedgehog^.Team^.voicepack);
379 1: PlaySoundV(sndOw2, Hedgehog^.Team^.voicepack);
380 2: PlaySoundV(sndOw3, Hedgehog^.Team^.voicepack);
381 3: PlaySoundV(sndOw4, Hedgehog^.Team^.voicepack);
H A DuGearsHandlersMess.pas221 0: PlaySoundV(sndWhatThe, gi^.Hedgehog^.Team^.voicepack);
222 1: PlaySoundV(sndOops, gi^.Hedgehog^.Team^.voicepack);
223 2: PlaySoundV(sndRunAway, gi^.Hedgehog^.Team^.voicepack);
224 3: PlaySoundV(sndRunAway, gi^.Hedgehog^.Team^.voicepack);
228 PlaySoundV(sndWhatThe, gi^.Hedgehog^.Team^.voicepack)
230 PlaySoundV(sndOops, gi^.Hedgehog^.Team^.voicepack)
245 PlaySoundV(sndGrenade, gi^.Hedgehog^.Team^.voicepack)
253 PlaySoundV(sndUhOh, gi^.Hedgehog^.Team^.voicepack);
3207 PlaySoundV(sndIncoming, Gear^.Hedgehog^.Team^.voicepack);
3736 PlaySoundV(sndKamikaze, Gear^.Hedgehog^.Team^.voicepack);
[all …]
H A DuGears.pas579 PlaySoundV(sndHurry, CurrentTeam^.voicepack)
H A DuScript.pas2262 PlaySoundV(TSound(s), gear^.Hedgehog^.Team^.Voicepack, false, true)