VisualGearTypes.wiki
author Wuzzy
Tue, 29 Mar 2016 17:35:16 +0100
changeset 823 83dacaa4d7d0
parent 798 30c5f1ebd552
child 1162 f42906890b68
permissions -rw-r--r--
LuaAPI: Explain the different hedgehog effects
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
431
ccd3a6afa564 Add summary
almikes@aol.com
parents: 351
diff changeset
     1
#summary List of all visual gear types
ccd3a6afa564 Add summary
almikes@aol.com
parents: 351
diff changeset
     2
697
855ce0af8245 Add slightly more description
Wuzzy
parents: 696
diff changeset
     3
This is a list of available visual gear types.
855ce0af8245 Add slightly more description
Wuzzy
parents: 696
diff changeset
     4
855ce0af8245 Add slightly more description
Wuzzy
parents: 696
diff changeset
     5
For a current list of the visual gear types look at `hedgewars/uTypes.pas` at
798
30c5f1ebd552 global replace of http with https for hedgewars.org wiki links
nemo
parents: 697
diff changeset
     6
the `TVisualGearType` enumeration: https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
695
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
     7
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
     8
= List of visual gear types =
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
     9
|| *Variable name* ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    10
|| `vgtFlake` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    11
|| `vgtCloud` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    12
|| `vgtExplPart` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    13
|| `vgtExplPart2` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    14
|| `vgtFire` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    15
|| `vgtSmallDamageTag` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    16
|| `vgtTeamHealthSorter` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    17
|| `vgtSpeechBubble` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    18
|| `vgtBubble` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    19
|| `vgtSteam` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    20
|| `vgtAmmo` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    21
|| `vgtSmoke` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    22
|| `vgtSmokeWhite` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    23
|| `vgtShell` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    24
|| `vgtDust` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    25
|| `vgtSplash` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    26
|| `vgtDroplet` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    27
|| `vgtSmokeRing` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    28
|| `vgtBeeTrace` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    29
|| `vgtEgg` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    30
|| `vgtFeather` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    31
|| `vgtHealthTag` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    32
|| `vgtSmokeTrace` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    33
|| `vgtEvilTrace` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    34
|| `vgtExplosion` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    35
|| `vgtBigExplosion` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    36
|| `vgtChunk` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    37
|| `vgtNote` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    38
|| `vgtLineTrail` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    39
|| `vgtBulletHit` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    40
|| `vgtCircle` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    41
|| `vgtSmoothWindBar` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    42
|| `vgtStraightShot` ||
ab2e242986c3 Put everything into a nice table
Wuzzy
parents: 651
diff changeset
    43
|| `vgtNoPlaceWarn` ||