author | Wuzzy |
Sun, 22 Nov 2015 11:38:52 +0000 | |
changeset 661 | 8483a8174309 |
parent 621 | ed089d5730e5 |
child 739 | dbbb70728a29 |
permissions | -rw-r--r-- |
517
34caff484bbd
First draft of a list of gear messages. Hey, it’s better than nothing!
almikes@aol.com
parents:
diff
changeset
|
1 |
#summary List of all gear messages. |
34caff484bbd
First draft of a list of gear messages. Hey, it’s better than nothing!
almikes@aol.com
parents:
diff
changeset
|
2 |
|
34caff484bbd
First draft of a list of gear messages. Hey, it’s better than nothing!
almikes@aol.com
parents:
diff
changeset
|
3 |
This is a list of gear messages. Gear messages are used to i.e. control hedgehogs. |
34caff484bbd
First draft of a list of gear messages. Hey, it’s better than nothing!
almikes@aol.com
parents:
diff
changeset
|
4 |
|
618 | 5 |
|| *Identifier* || *Meaning* || *Parameter* || |
620 | 6 |
|| `gmLeft` || Walk left || _Not used._ || |
618 | 7 |
|| `gmRight` || Walk right || _Not used._ || |
8 |
|| `gmUp` || Aim up || _Not used._ || |
|
9 |
|| `gmDown` || Aim down || _Not used._ || |
|
10 |
|| `gmSwitch` || Switch hedgehog || _Not used._ || |
|
11 |
|| `gmLJump` || Long jump || _Not used._ || |
|
12 |
|| `gmHJump` || High jump || _Not used._ || |
|
13 |
|| `gmDestroy` || ??? || _Not used._ || |
|
621 | 14 |
|| `gmSlot` || Weapons slot selected. || Used. || |
618 | 15 |
|| `gmWeapon` || Weapon seleced. || Used. || |
16 |
|| `gmTimer` || Timer set. || Used. || |
|
17 |
|| `gmAnimate` || ??? || Used. || |
|
18 |
|| `gmPrecise` || Precise || _Not used._ || |
|
19 |
|| `gmRemoveFromList` || ??? || _Not used._ || |
|
20 |
|| `gmAddToList` || ??? || _Not used._ || |
|
21 |
|| `gmDelete` || ??? || _Not used._ || |
|
22 |
|| `gmAllStoppable` || Bitwise OR of `gmLeft`, `gmRight`, `gmUp`, `gmDown` `gmAttack` and `gmPrecise` ||_Not used._ || |
|
517
34caff484bbd
First draft of a list of gear messages. Hey, it’s better than nothing!
almikes@aol.com
parents:
diff
changeset
|
23 |
|
592 | 24 |
See http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l235 for a current list. |