VisualGearTypes.wiki
changeset 1175 09d5758cc4e5
parent 1174 31b2bed82ee3
child 1176 07c1eddc2b85
equal deleted inserted replaced
1174:31b2bed82ee3 1175:09d5758cc4e5
     4 
     4 
     5 For a current list of the visual gear types look at `hedgewars/uTypes.pas` at
     5 For a current list of the visual gear types look at `hedgewars/uTypes.pas` at
     6 the `TVisualGearType` enumeration: https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l115
     6 the `TVisualGearType` enumeration: https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l115
     7 
     7 
     8 = List of visual gear types =
     8 = List of visual gear types =
     9 == Environment ===
     9 == Environment ==
    10 || *Variable name* || *Short description* ||
    10 || *Variable name* || *Short description* ||
    11 || `vgtFlake` || Theme flake ||
    11 || `vgtFlake` || Theme flake ||
    12 || `vgtChunk` || Theme chunk (spawns when blowing up land) ||
    12 || `vgtChunk` || Theme chunk (spawns when blowing up land) ||
    13 || `vgtCloud` || Cloud ||
    13 || `vgtCloud` || Cloud ||
    14 || `vgtDust` || Dust cloud (e.g. of mudball) ||
    14 || `vgtDust` || Dust cloud (e.g. of mudball) ||