VisualGearTypes.wiki
changeset 695 ab2e242986c3
parent 651 48476b4f3497
child 696 b30d71ce5306
equal deleted inserted replaced
694:48abb34ab4b8 695:ab2e242986c3
     1 #summary List of all visual gear types
     1 #summary List of all visual gear types
     2 
     2 
     3 For a current list of the gears look at hedgewars/uTypes.pas at
     3 For a current list of the gears look at hedgewars/uTypes.pas at
     4 the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
     4 the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
     5 {{{
     5 
     6 TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
     6 = List of visual gear types =
     7             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
     7 || *Variable name* ||
     8             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
     8 || `vgtFlake` ||
     9             vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
     9 || `vgtCloud` ||
    10             vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
    10 || `vgtExplPart` ||
    11             vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
    11 || `vgtExplPart2` ||
    12             vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn
    12 || `vgtFire` ||
    13 }}}
    13 || `vgtSmallDamageTag` ||
       
    14 || `vgtTeamHealthSorter` ||
       
    15 || `vgtSpeechBubble` ||
       
    16 || `vgtBubble` ||
       
    17 || `vgtSteam` ||
       
    18 || `vgtAmmo` ||
       
    19 || `vgtSmoke` ||
       
    20 || `vgtSmokeWhite` ||
       
    21 || `vgtShell` ||
       
    22 || `vgtDust` ||
       
    23 || `vgtSplash` ||
       
    24 || `vgtDroplet` ||
       
    25 || `vgtSmokeRing` ||
       
    26 || `vgtBeeTrace` ||
       
    27 || `vgtEgg` ||
       
    28 || `vgtFeather` ||
       
    29 || `vgtHealthTag` ||
       
    30 || `vgtSmokeTrace` ||
       
    31 || `vgtEvilTrace` ||
       
    32 || `vgtExplosion` ||
       
    33 || `vgtBigExplosion` ||
       
    34 || `vgtChunk` ||
       
    35 || `vgtNote` ||
       
    36 || `vgtLineTrail` ||
       
    37 || `vgtBulletHit` ||
       
    38 || `vgtCircle` ||
       
    39 || `vgtSmoothWindBar` ||
       
    40 || `vgtStraightShot` ||
       
    41 || `vgtNoPlaceWarn` ||