VisualGearTypes.wiki
author Wuzzy
Mon, 14 Sep 2015 15:13:53 +0000
changeset 638 9f17dc37a141
parent 587 8105e95297e3
child 651 48476b4f3497
permissions -rw-r--r--
some AddTeam clarifications

#summary List of all visual gear types

For a current list of the gears look at hedgewars/uTypes.pas at
the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l108
{{{
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
}}}