States.wiki
changeset 785 d801bd3aca18
parent 784 19fc31fe4094
child 798 30c5f1ebd552
equal deleted inserted replaced
784:19fc31fe4094 785:d801bd3aca18
    17 || `gstMoving` || Gear is moving / in mid-air ||
    17 || `gstMoving` || Gear is moving / in mid-air ||
    18 || `gstAttacked` || Set for hedgehogs after they have finished their attack (including all shots). Not used in infinite attack mode ||
    18 || `gstAttacked` || Set for hedgehogs after they have finished their attack (including all shots). Not used in infinite attack mode ||
    19 || `gstAttacking` || Used to indicate when a hedgehog is currently attacking (player holds down attack key). Also used for triggered mines ||
    19 || `gstAttacking` || Used to indicate when a hedgehog is currently attacking (player holds down attack key). Also used for triggered mines ||
    20 || `gstCollision` || Used to indicate the gear has just collided with something. Used internally for many checks and stuff ||
    20 || `gstCollision` || Used to indicate the gear has just collided with something. Used internally for many checks and stuff ||
    21 || `gstDrowning` || Gear is drowning ||
    21 || `gstDrowning` || Gear is drowning ||
    22 || `gsttmpFlag` || Used for various purposes, its meaning depends on the gear type (see GearTypes) ||
    22 || `gsttmpFlag` || Used for various purposes, its meaning depends on the gear type (see [GearTypes]) ||
    23 || `gstNoDamage` || Gear does not take damage from explosions and attacks like shoryuken and will not be pushed by them. For the invulnerability shield used by hedgehogs, use `SetEffect` ||
    23 || `gstNoDamage` || Gear does not take damage from explosions and attacks like shoryuken and will not be pushed by them. For the invulnerability shield used by hedgehogs, use `SetEffect` ||
    24 || `gstAnimation` || Hedgehog plays an animation ||
    24 || `gstAnimation` || Hedgehog plays an animation ||
    25 || `gstWait` || ||
    25 || `gstWait` || ||
    26 || `gstNotKickable` || Hedgehog can't be knocked away by various means (i.e. rope-knocking) ||
    26 || `gstNotKickable` || Hedgehog can't be knocked away by various means (i.e. rope-knocking) ||
    27 || `gstInvisible` || Gear is invisible ||
    27 || `gstInvisible` || Gear is invisible ||