VisualGearTypes.wiki
author RedGrinner
Mon, 06 Dec 2010 22:22:52 +0000
changeset 61 99fa236c7eb9
parent 40 5c23791d295a
child 350 2ca06920cbbe
permissions -rw-r--r--
change-log(06/12/10) Added a few entries. global vars - CurrentHedgehog event handlers - onGearResurrect - OnGearDamage functions - HogTurnLeft - HogSay small fixes - corrected a mistake in the example code in SetEffect, and added a note about integer/boolean distinction between 0.9.14 and dev. - moved the comments for AddVisualGear and SetVisualGearValues one line higher so that the width doesn't carry off the page

For a current list of the gears look at hedgewars/uTypes.pas at
the TVisualGearType enumeration.
{{{
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);
}}}