VisualGearTypes.wiki
author RedGrinner@gmail.com
Thu, 24 Mar 2011 13:03:30 +0000
changeset 99 983ec9ac63c7
parent 40 5c23791d295a
child 350 2ca06920cbbe
permissions -rw-r--r--
Added a non-exhaustive list of examples for further applications of SetHealth()

For a current list of the gears look at hedgewars/uTypes.pas at
the TVisualGearType enumeration.
{{{
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
            vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
            vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
            vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
            vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
            vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
}}}