author | Wuzzy |
Wed, 30 Dec 2015 21:01:02 +0000 | |
changeset 689 | e919bdf895f7 |
parent 617 | 3a43d4134806 |
child 694 | 48abb34ab4b8 |
permissions | -rw-r--r-- |
430 | 1 |
#summary List of all sounds |
2 |
||
617 | 3 |
For a current list of sounds, look at `hedgewars/uTypes.pas`: |
4 |
||
5 |
http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l120 |
|
6 |
||
15
b36d8254781a
improve listing for AmmoTypes, GearTypes, Sounds
Tobias Neumann <mail@tobias-neumann.eu>
parents:
12
diff
changeset
|
7 |
{{{ |
12
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
8 |
TSound = (sndNone, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
9 |
sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
10 |
sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
11 |
sndMineTick, sndPickhammer, sndGun, sndBee, sndJump1, sndJump2, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
12 |
sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
13 |
sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
14 |
sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
15 |
sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
16 |
sndCake, sndOw1, sndOw2, sndOw3, sndOw4, sndFirePunch1, sndFirePunch2, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
17 |
sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
18 |
sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
19 |
sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
20 |
sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
21 |
sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
22 |
sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
23 |
sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
24 |
sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
25 |
sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
26 |
sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater, |
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
27 |
sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8, |
20 | 28 |
sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack, |
353
63a39be0fe92
Added sndPlane, sndTardis, sndFrozenHogImpact and sndIceBeam.
Caironater@gmail.com
parents:
352
diff
changeset
|
29 |
sndComeonthen, sndParachute, sndBump, sndResurrector, |
63a39be0fe92
Added sndPlane, sndTardis, sndFrozenHogImpact and sndIceBeam.
Caironater@gmail.com
parents:
352
diff
changeset
|
30 |
sndPlane, sndTardis, sndFrozenHogImpact, sndIceBeam, sndHogFreeze); |
440 | 31 |
}}} |
32 |
||
33 |
== See also == |
|
617 | 34 |
|
440 | 35 |
* [Taunts] |