States.wiki
author pntanasis@gmail.com
Thu, 26 Dec 2013 15:53:18 +0000
changeset 367 1a14a7fc4b7a
parent 357 b560331ed39c
child 429 63844466ea5f
permissions -rw-r--r--
Edited wiki page Translations through web user interface. s/qm/ts/

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