VisualGearTypes.wiki
author sheepyluva@gmail.com
Sun, 14 Dec 2014 00:27:40 +0000
changeset 488 5462be5f5b01
parent 431 ccd3a6afa564
child 587 8105e95297e3
permissions -rw-r--r--
Edited wiki page TableOfContents through web user interface.

#summary List of all visual gear types

For a current list of the gears look at hedgewars/uTypes.pas at
the TVisualGearType enumeration. http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#108
{{{
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);
            vgtSmoothWindBar, vgtStraightShot
}}}