diff -r 48abb34ab4b8 -r ab2e242986c3 VisualGearTypes.wiki --- a/VisualGearTypes.wiki Fri Jan 01 17:48:48 2016 +0000 +++ b/VisualGearTypes.wiki Fri Jan 01 17:53:42 2016 +0000 @@ -2,12 +2,40 @@ 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#l112 -{{{ -TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, - vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, - vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell, - vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg, - vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion, - vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle); - vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn -}}} \ No newline at end of file + += List of visual gear types = +|| *Variable name* || +|| `vgtFlake` || +|| `vgtCloud` || +|| `vgtExplPart` || +|| `vgtExplPart2` || +|| `vgtFire` || +|| `vgtSmallDamageTag` || +|| `vgtTeamHealthSorter` || +|| `vgtSpeechBubble` || +|| `vgtBubble` || +|| `vgtSteam` || +|| `vgtAmmo` || +|| `vgtSmoke` || +|| `vgtSmokeWhite` || +|| `vgtShell` || +|| `vgtDust` || +|| `vgtSplash` || +|| `vgtDroplet` || +|| `vgtSmokeRing` || +|| `vgtBeeTrace` || +|| `vgtEgg` || +|| `vgtFeather` || +|| `vgtHealthTag` || +|| `vgtSmokeTrace` || +|| `vgtEvilTrace` || +|| `vgtExplosion` || +|| `vgtBigExplosion` || +|| `vgtChunk` || +|| `vgtNote` || +|| `vgtLineTrail` || +|| `vgtBulletHit` || +|| `vgtCircle` || +|| `vgtSmoothWindBar` || +|| `vgtStraightShot` || +|| `vgtNoPlaceWarn` || \ No newline at end of file