States.wiki
author almikes@aol.com
Sat, 13 Dec 2014 15:32:42 +0000
changeset 477 8c326a00ead3
parent 429 63844466ea5f
child 584 9e5ad14e0afb
permissions -rw-r--r--
Add information about the “color” parameter found in some functions.

#summary List of states hedgehogs can be in

States hedgehogs can be in (see http://code.google.com/p/hedgewars/source/browse/hedgewars/uConsts.pas#195 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 did well or screwed up
        gstWait
        gstNotKickable
        gstLoser
        gstHHGone
        gstInvisible
        gstSubmersible
        gstFrozen
}}}