hedgewars/uTypes.pas
changeset 7389 15c3fb4882df
parent 7335 3c6f08af7dac
child 7403 e8d0b21efa82
equal deleted inserted replaced
7388:92535bc7e928 7389:15c3fb4882df
   100             gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 34
   100             gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 34
   101             gtHellishBomb, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane, // 40
   101             gtHellishBomb, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane, // 40
   102             gtSniperRifleShot, gtJetpack, gtMolotov, gtBirdy, // 44
   102             gtSniperRifleShot, gtJetpack, gtMolotov, gtBirdy, // 44
   103             gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower, // 50
   103             gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower, // 50
   104             gtSMine, gtPoisonCloud, gtHammer, gtHammerHit, gtResurrector, // 55
   104             gtSMine, gtPoisonCloud, gtHammer, gtHammerHit, gtResurrector, // 55
   105             gtNapalmBomb, gtSnowball, gtFlake, gtStructure, gtLandGun, gtTardis, gtIceGun); // 62
   105             gtNapalmBomb, gtSnowball, gtFlake, gtStructure, gtLandGun, gtTardis, gtIceGun, gtAddAmmo, gtGenericFaller); // 62
   106 
   106 
   107     // Gears that are _only_ of visual nature (e.g. background stuff, visual effects, speechbubbles, etc.)
   107     // Gears that are _only_ of visual nature (e.g. background stuff, visual effects, speechbubbles, etc.)
   108     TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
   108     TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
   109             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
   109             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
   110             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
   110             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
   338             NameTagTex,
   338             NameTagTex,
   339             HealthTagTex,
   339             HealthTagTex,
   340             HatTex: PTexture;
   340             HatTex: PTexture;
   341             Ammo: PHHAmmo;
   341             Ammo: PHHAmmo;
   342             CurAmmoType: TAmmoType;
   342             CurAmmoType: TAmmoType;
       
   343             PickUpType: LongWord;
       
   344             PickUpDelay: LongInt;
   343             AmmoStore: Longword;
   345             AmmoStore: Longword;
   344             Team: PTeam;
   346             Team: PTeam;
   345             MultiShootAttacks: Longword;
   347             MultiShootAttacks: Longword;
   346             visStepPos: LongWord;
   348             visStepPos: LongWord;
   347             BotLevel  : Byte; // 0 - Human player
   349             BotLevel  : Byte; // 0 - Human player