author | almikes@aol.com |
Fri, 07 Aug 2015 19:46:48 +0000 | |
changeset 584 | 9e5ad14e0afb |
parent 429 | 63844466ea5f |
child 587 | 8105e95297e3 |
permissions | -rw-r--r-- |
584
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
1 |
#summary List of states gears can be in |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
2 |
|
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
3 |
This is a list of states gears can be in: |
429 | 4 |
|
584
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
5 |
|| *Gear state* || *Description* || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
6 |
|| `gstDrowning` || Gear is drowning || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
7 |
|| `gstHHDriven` || Hedgehog is controlled by current player || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
8 |
|| `gstMoving` || Gear is moving / in mid-air || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
9 |
|| `gstAttacked` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
10 |
|| `gstAttacking` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
11 |
|| `gstCollision` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
12 |
|| `gstHHChooseTarget` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
13 |
|| `gstHHJumping` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
14 |
|| `gsttmpFlag` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
15 |
|| `gstHHThinking` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
16 |
|| `gstNoDamage` || Hedgehog is invulnerable || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
17 |
|| `gstHHHJump` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
18 |
|| `gstAnimation` || Hedgehog plays an animation || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
19 |
|| `gstHHDeath` || Hedgehog is dying || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
20 |
|| `gstWinner` || This is good for indicating hedgehogs they did well. Represented by a stupid grin. || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
21 |
|| `gstWait` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
22 |
|| `gstNotKickable` || Hedgehog can't be knocked away by various means (i.e. rope-knocking) || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
23 |
|| `gstLoser` || This is good for indicating hedgehogs screwed up || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
24 |
|| `gstHHGone` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
25 |
|| `gstInvisible` || Gear is invisible || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
26 |
|| `gstSubmersible` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
27 |
|| `gstFrozen` || Gear is frozen. || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
28 |
|| `gstNoGravity` || || |
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
29 |
|
9e5ad14e0afb
Some ad-hoc descriptions for some gear states. I hope they are not too wrong.
almikes@aol.com
parents:
429
diff
changeset
|
30 |
See http://code.google.com/p/hedgewars/source/browse/hedgewars/uConsts.pas#195 for a current list). |