States.wiki
changeset 12 74ead59b6c64
child 14 86a537f5d5c3
equal deleted inserted replaced
11:812b13502f05 12:74ead59b6c64
       
     1 States hedgehogs can be in (see hedgewars/uConsts.pas for a current
       
     2 list).
       
     3 
       
     4         gstDrowning
       
     5         gstHHDriven
       
     6         gstMoving
       
     7         gstAttacked
       
     8         gstAttacking
       
     9         gstCollision
       
    10         gstHHChooseTarget
       
    11         gstHHJumping
       
    12         gsttmpFlag
       
    13         gstHHThinking
       
    14         gstNoDamage
       
    15         gstHHHJump
       
    16         gstAnimation
       
    17         gstHHDeath
       
    18         gstWinner // this, along with gstLoser, is good for indicating hedgies know they screwed up
       
    19         gstWait
       
    20         gstNotKickable
       
    21         gstLoser
       
    22         gstHHGone