States.wiki
author sheepluva
Tue, 19 Jan 2016 20:34:57 +0000
changeset 773 502c0dc0e381
parent 740 1f6471e2e082
child 783 c4b171741ee3
permissions -rw-r--r--
ContributingCode: Edited via web interface

#summary List of states gears can be in

This is a list of states gears can be in:

= List of states =

|| *Gear state* || *Description* ||
|| `gstDrowning` || Gear is drowning ||
|| `gstHHDriven` || Hedgehog is controlled by current player ||
|| `gstMoving` || Gear is moving / in mid-air ||
|| `gstAttacked` || ||
|| `gstAttacking` || ||
|| `gstCollision` || ||
|| `gstHHChooseTarget` || ||
|| `gstHHJumping` || ||
|| `gsttmpFlag` || ||
|| `gstHHThinking` || ||
|| `gstNoDamage` || Hedgehog is invulnerable ||
|| `gstHHHJump` || ||
|| `gstAnimation` || Hedgehog plays an animation ||
|| `gstHHDeath` || Hedgehog is dying ||
|| `gstWinner` || This is good for indicating hedgehogs they did well. Represented by a stupid grin. ||
|| `gstWait` || ||
|| `gstNotKickable` || Hedgehog can't be knocked away by various means (i.e. rope-knocking) ||
|| `gstLoser` || This is good for indicating hedgehogs screwed up ||
|| `gstHHGone` || ||
|| `gstInvisible` || Gear is invisible ||
|| `gstSubmersible` || ||
|| `gstFrozen` || Gear is frozen. ||
|| `gstNoGravity` || ||

See http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l195 for a current list).