States.wiki
changeset 784 19fc31fe4094
parent 783 c4b171741ee3
child 785 d801bd3aca18
equal deleted inserted replaced
783:c4b171741ee3 784:19fc31fe4094
    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 ||
    28 || `gstSubmersible` || Gear can swim underwater ||
    28 || `gstSubmersible` || Gear can swim underwater ||