GearTypes.wiki
author henrik.rostedt
Mon, 13 Dec 2010 19:23:34 +0000
changeset 73 c6623486d077
parent 41 bf0470871144
child 93 c72013d373f1
permissions -rw-r--r--
Edited wiki page LuaAPI through web user interface.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
{{{
19
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
     4
    TGearType = (gtBomb, gtHedgehog, gtShell, gtGrave, gtBee,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
     5
            gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
     6
            gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
     7
            gtFlame, gtFirePunch, gtATStartGame, gtATSmoothWindCh,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
     8
            gtATFinishGame, gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
     9
            gtGirder, gtTeleport, gtSwitcher, gtTarget, gtMortar,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
    10
            gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
    11
            gtHellishBomb, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
    12
            gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
    13
            gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower,
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
    14
            gtSMine, gtPoisonCloud, gtHammer, gtHammerHit, gtResurrector);
15
b36d8254781a improve listing for AmmoTypes, GearTypes, Sounds
Tobias Neumann <mail@tobias-neumann.eu>
parents: 12
diff changeset
    15
}}}
19
6f33e35cb3e4 updated to almost release of 0.9.14
henrik.rostedt
parents: 15
diff changeset
    16
Note: gtBomb and gtShell were named gtAmmo_Bomb and gtAmmo_Grenade before 0.9.14