States.wiki
author RedGrinner
Mon, 06 Dec 2010 22:22:52 +0000
changeset 61 99fa236c7eb9
parent 14 86a537f5d5c3
child 355 cf31964ba60b
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

States hedgehogs can be in (see hedgewars/uConsts.pas for a current
list).
{{{
        gstDrowning
        gstHHDriven
        gstMoving
        gstAttacked
        gstAttacking
        gstCollision
        gstHHChooseTarget
        gstHHJumping
        gsttmpFlag
        gstHHThinking
        gstNoDamage
        gstHHHJump
        gstAnimation
        gstHHDeath
        gstWinner // this, along with gstLoser, is good for indicating hedgies know they screwed up
        gstWait
        gstNotKickable
        gstLoser
        gstHHGone
}}}