author | Cairo@chusym.com |
Wed, 09 Mar 2011 05:00:02 +0000 | |
changeset 94 | 65351a24eac9 |
parent 93 | c72013d373f1 |
child 128 | ebffe6bbc590 |
permissions | -rw-r--r-- |
41
bf0470871144
Edited wiki page GearTypes through web user interface.
kyberneticist
parents:
19
diff
changeset
|
1 |
For a current list of the gears look at hedgewars/uTypes.pas at |
12
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
2 |
the TGearType enumeration. |
15
b36d8254781a
improve listing for AmmoTypes, GearTypes, Sounds
Tobias Neumann <mail@tobias-neumann.eu>
parents:
12
diff
changeset
|
3 |
{{{ |
94
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
4 |
TGearType = (gtATFinishGame, gtATSmoothWindCh, gtATStartGame, gtAirAttack, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
5 |
gtAirBomb, gtBall, gtBallGun, gtBee, gtBirdy, gtBlowTorch, gtBomb, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
6 |
gtCake, gtCase, gtCluster, gtClusterBomb, gtDEagleShot, gtDrill, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
7 |
gtDynamite, gtEgg, gtExplosives, gtFirePunch, gtFlame, gtFlamethrower, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
8 |
gtGasBomb, gtGirder, gtGrave, gtHammer, gtHammerHit, gtHedgehog, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
9 |
gtHellishBomb, gtJetpack, gtKamikaze, gtMelonPiece, gtMine, gtMolotov, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
10 |
gtMortar, gtParachute, gtPiano, gtPickHammer, gtPoisonCloud, gtPortal, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
11 |
gtRCPlane, gtResurrector, gtRope, gtSMine, gtSeduction, gtShell, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
12 |
gtShotgunShot, gtShover, gtSineGunShot, gtSniperRifleShot, gtSwitcher, |
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
13 |
gtTarget, gtTeleport, gtWaterUp, gtWatermelon, gtWhip, ); |
15
b36d8254781a
improve listing for AmmoTypes, GearTypes, Sounds
Tobias Neumann <mail@tobias-neumann.eu>
parents:
12
diff
changeset
|
14 |
}}} |
94
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
15 |
Note: gtBomb and gtShell were named gtAmmo_Bomb and gtAmmo_Grenade before 0.9.14 |