AmmoTypes.wiki
author RedGrinner@gmail.com
Sun, 25 Sep 2011 13:46:43 +0000
changeset 142 4926fef16e6c
parent 18 a5689d857b25
child 314 74fb197dc5d3
permissions -rw-r--r--
Edited wiki page LuaAPI through web user interface.

For a current list of ammo types look at hedgewars/uConsts.pas.
{{{
    TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
            amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
            amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
            amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
            amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun,
            amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
            amLaserSight, amVampiric, amSniperRifle, amJetpack, amMolotov, amBirdy, amPortalGun,
            amPiano, amGasBomb, amSineGun, amFlamethrower, amSMine, amHammer,
            amResurrector);
}}}