GearTypes.wiki
changeset 349 f6b3a80a6f92
parent 348 6ca5f8e23691
child 420 55be67135696
equal deleted inserted replaced
348:6ca5f8e23691 349:f6b3a80a6f92
     1 For a current list of the gears look at hedgewars/uTypes.pas at
     1 For a current list of the gears look at hedgewars/uTypes.pas at
     2 the TGearType enumeration.
     2 the TGearType enumeration.
     3 http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#89
     3 http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#92
     4 {{{
     4 {{{
     5     TGearType = (gtGrenade, gtHedgehog, gtShell, gtGrave, gtBee,
     5     TGearType = (gtGrenade, gtHedgehog, gtShell, gtGrave, gtBee,
     6             gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase,
     6             gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase,
     7             gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover,
     7             gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover,
     8             gtFlame, gtFirePunch, gtATStartGame,
     8             gtFlame, gtFirePunch, gtATStartGame,