States.wiki
author sheepyluva@gmail.com
Sat, 10 Dec 2011 08:56:39 +0000
changeset 181 714a208397bd
parent 14 86a537f5d5c3
child 355 cf31964ba60b
permissions -rw-r--r--
version number fixes removing pre-0.9.16 version numbers since nobody should write scripts for that old versions anyway... and carrying ancient version numbers just clutters the page (at least as long as they are listed in the headlines)

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
}}}