author | Wuzzy |
Mon, 04 Apr 2016 11:56:20 +0100 | |
changeset 829 | 59194a72ee60 |
parent 798 | 30c5f1ebd552 |
child 830 | 9ba81ac51e24 |
permissions | -rw-r--r-- |
430 | 1 |
#summary List of all sounds |
2 |
||
694 | 3 |
This is a list of sounds used in Hedgewars. |
617 | 4 |
|
798
30c5f1ebd552
global replace of http with https for hedgewars.org wiki links
nemo
parents:
694
diff
changeset
|
5 |
For a current list of sounds, look at `hedgewars/uTypes.pas`: [https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l120] |
617 | 6 |
|
694 | 7 |
= List of sounds = |
8 |
|| *Variable name* || |
|
9 |
|| `sndNone` || |
|
10 |
|| `sndGrenadeImpact` || |
|
11 |
|| `sndExplosion` || |
|
12 |
|| `sndThrowPowerUp` || |
|
13 |
|| `sndThrowRelease` || |
|
14 |
|| `sndSplash` || |
|
15 |
|| `sndShotgunReload` || |
|
16 |
|| `sndShotgunFire` || |
|
17 |
|| `sndGraveImpact` || |
|
18 |
|| `sndMineTick` || |
|
19 |
|| `sndPickhammer` || |
|
20 |
|| `sndGun` || |
|
21 |
|| `sndBee` || |
|
22 |
|| `sndJump1` || |
|
23 |
|| `sndJump2` || |
|
24 |
|| `sndJump3` || |
|
25 |
|| `sndYesSir` || |
|
26 |
|| `sndLaugh` || |
|
27 |
|| `sndIllGetYou` || |
|
28 |
|| `sndIncoming` || |
|
29 |
|| `sndMissed` || |
|
30 |
|| `sndStupid` || |
|
31 |
|| `sndFirstBlood` || |
|
32 |
|| `sndBoring` || |
|
33 |
|| `sndByeBye` || |
|
34 |
|| `sndSameTeam` || |
|
35 |
|| `sndNutter` || |
|
36 |
|| `sndReinforce` || |
|
37 |
|| `sndTraitor` || |
|
38 |
|| `sndRegret` || |
|
39 |
|| `sndEnemyDown` || |
|
40 |
|| `sndCoward` || |
|
41 |
|| `sndHurry` || |
|
42 |
|| `sndWatchIt` || |
|
43 |
|| `sndKamikaze` || |
|
44 |
|| `sndCake` || |
|
45 |
|| `sndOw1` || |
|
46 |
|| `sndOw2` || |
|
47 |
|| `sndOw3` || |
|
48 |
|| `sndOw4` || |
|
49 |
|| `sndFirePunch1` || |
|
50 |
|| `sndFirePunch2` || |
|
51 |
|| `sndFirePunch3` || |
|
52 |
|| `sndFirePunch4` || |
|
53 |
|| `sndFirePunch5` || |
|
54 |
|| `sndFirePunch6` || |
|
55 |
|| `sndMelon` || |
|
56 |
|| `sndHellish` || |
|
57 |
|| `sndYoohoo` || |
|
58 |
|| `sndRCPlane` || |
|
59 |
|| `sndWhipCrack` || |
|
60 |
|| `sndRideOfTheValkyries` || |
|
61 |
|| `sndDenied` || |
|
62 |
|| `sndPlaced` || |
|
63 |
|| `sndBaseballBat` || |
|
64 |
|| `sndVaporize` || |
|
65 |
|| `sndWarp` || |
|
66 |
|| `sndSuddenDeath` || |
|
67 |
|| `sndMortar` || |
|
68 |
|| `sndShutter` || |
|
69 |
|| `sndHomerun` || |
|
70 |
|| `sndMolotov` || |
|
71 |
|| `sndCover` || |
|
72 |
|| `sndUhOh` || |
|
73 |
|| `sndOops` || |
|
74 |
|| `sndNooo` || |
|
75 |
|| `sndHello` || |
|
76 |
|| `sndRopeShot` || |
|
77 |
|| `sndRopeAttach` || |
|
78 |
|| `sndRopeRelease` || |
|
79 |
|| `sndSwitchHog` || |
|
80 |
|| `sndVictory` || |
|
829 | 81 |
|| `sndFlawless` || |
694 | 82 |
|| `sndSniperReload` || |
83 |
|| `sndSteps` || |
|
84 |
|| `sndLowGravity` || |
|
85 |
|| `sndHellishImpact1` || |
|
86 |
|| `sndHellishImpact2` || |
|
87 |
|| `sndHellishImpact3` || |
|
88 |
|| `sndHellishImpact4` || |
|
89 |
|| `sndMelonImpact` || |
|
90 |
|| `sndDroplet1` || |
|
91 |
|| `sndDroplet2` || |
|
92 |
|| `sndDroplet3` || |
|
93 |
|| `sndEggBreak` || |
|
94 |
|| `sndDrillRocket` || |
|
95 |
|| `sndPoisonCough` || |
|
96 |
|| `sndPoisonMoan` || |
|
97 |
|| `sndBirdyLay` || |
|
98 |
|| `sndWhistle` || |
|
99 |
|| `sndBeeWater` || |
|
100 |
|| `sndPiano0` || |
|
101 |
|| `sndPiano1` || |
|
102 |
|| `sndPiano2` || |
|
103 |
|| `sndPiano3` || |
|
104 |
|| `sndPiano4` || |
|
105 |
|| `sndPiano5` || |
|
106 |
|| `sndPiano6` || |
|
107 |
|| `sndPiano7` || |
|
108 |
|| `sndPiano8` || |
|
109 |
|| `sndSkip` || |
|
110 |
|| `sndSineGun` || |
|
111 |
|| `sndOoff1` || |
|
112 |
|| `sndOoff2` || |
|
113 |
|| `sndOoff3` || |
|
114 |
|| `sndWhack` || |
|
115 |
|| `sndComeonthen` || |
|
116 |
|| `sndParachute` || |
|
117 |
|| `sndBump` || |
|
118 |
|| `sndResurrector` || |
|
119 |
|| `sndPlane` || |
|
120 |
|| `sndTardis` || |
|
121 |
|| `sndFrozenHogImpact` || |
|
122 |
|| `sndIceBeam` || |
|
123 |
|| `sndHogFreeze` || |
|
440 | 124 |
|
125 |
== See also == |
|
617 | 126 |
|
440 | 127 |
* [Taunts] |