Sounds.wiki
author sheepyluva@gmail.com
Sun, 14 Dec 2014 00:20:14 +0000
changeset 487 5c1fb782cb07
parent 440 abbfbc0f7462
child 587 8105e95297e3
permissions -rw-r--r--
some landing page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
430
fc319f027583 Add summary
almikes@aol.com
parents: 353
diff changeset
     1
#summary List of all sounds
fc319f027583 Add summary
almikes@aol.com
parents: 353
diff changeset
     2
352
be5e67192b2c Update file reference from 'uConsts.pas' to 'uTypes.pas'
Caironater@gmail.com
parents: 20
diff changeset
     3
For a current list of sounds look at hedgewars/uTypes.pas http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#120
15
b36d8254781a improve listing for AmmoTypes, GearTypes, Sounds
Tobias Neumann <mail@tobias-neumann.eu>
parents: 12
diff changeset
     4
{{{
12
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     5
    TSound = (sndNone,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     6
            sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     7
            sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     8
            sndMineTick, sndPickhammer, sndGun, sndBee, sndJump1, sndJump2,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     9
            sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    10
            sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    11
            sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    12
            sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    13
            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
    14
            sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    15
            sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    16
            sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    17
            sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    18
            sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    19
            sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    20
            sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    21
            sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    22
            sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    23
            sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    24
            sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
20
0cd14659de00 Updated for almost release 0.9.14
henrik.rostedt
parents: 15
diff changeset
    25
            sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack,
353
63a39be0fe92 Added sndPlane, sndTardis, sndFrozenHogImpact and sndIceBeam.
Caironater@gmail.com
parents: 352
diff changeset
    26
            sndComeonthen, sndParachute, sndBump, sndResurrector,
63a39be0fe92 Added sndPlane, sndTardis, sndFrozenHogImpact and sndIceBeam.
Caironater@gmail.com
parents: 352
diff changeset
    27
            sndPlane, sndTardis, sndFrozenHogImpact, sndIceBeam, sndHogFreeze);
440
abbfbc0f7462 Add link to Taunts
almikes@aol.com
parents: 430
diff changeset
    28
}}}
abbfbc0f7462 Add link to Taunts
almikes@aol.com
parents: 430
diff changeset
    29
abbfbc0f7462 Add link to Taunts
almikes@aol.com
parents: 430
diff changeset
    30
== See also ==
abbfbc0f7462 Add link to Taunts
almikes@aol.com
parents: 430
diff changeset
    31
 * [Taunts]