GearTypes.wiki
changeset 700 d1c283423e5c
parent 699 2a0dab3480fc
child 701 67f09217938f
equal deleted inserted replaced
699:2a0dab3480fc 700:d1c283423e5c
   446 
   446 
   447 `Tag` contains the number of pixels the water still has to rise (default: 47). The gear will be removed when its `Tag` reaches the value 0.
   447 `Tag` contains the number of pixels the water still has to rise (default: 47). The gear will be removed when its `Tag` reaches the value 0.
   448 
   448 
   449 == Reference ==
   449 == Reference ==
   450 For a current list of the gears look at `hedgewars/uTypes.pas` at
   450 For a current list of the gears look at `hedgewars/uTypes.pas` at
   451 the `TGearType` enumeration.
   451 the `TGearType` enumeration:
   452 http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l92
   452 [http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l92]
   453 
   453 
   454 Note: `gtBomb` and `gtShell` were named `gtAmmo_Bomb` and `gtAmmo_Grenade` before 0.9.14.
   454 Note: `gtBomb` and `gtShell` were named `gtAmmo_Bomb` and `gtAmmo_Grenade` before 0.9.14.