author | Wuzzy |
Mon, 04 Apr 2016 13:28:15 +0100 | |
changeset 846 | 19f1fe382e5f |
parent 798 | 30c5f1ebd552 |
child 1099 | 360ee8a95a1f |
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 |
|
739 | 3 |
This is a list of gear messages. Gear messages are used to e.g. control hedgehogs. |
4 |
||
5 |
= List of gear messages = |
|
517
34caff484bbd
First draft of a list of gear messages. Hey, it’s better than nothing!
almikes@aol.com
parents:
diff
changeset
|
6 |
|
618 | 7 |
|| *Identifier* || *Meaning* || *Parameter* || |
620 | 8 |
|| `gmLeft` || Walk left || _Not used._ || |
618 | 9 |
|| `gmRight` || Walk right || _Not used._ || |
10 |
|| `gmUp` || Aim up || _Not used._ || |
|
11 |
|| `gmDown` || Aim down || _Not used._ || |
|
12 |
|| `gmSwitch` || Switch hedgehog || _Not used._ || |
|
13 |
|| `gmLJump` || Long jump || _Not used._ || |
|
14 |
|| `gmHJump` || High jump || _Not used._ || |
|
15 |
|| `gmDestroy` || ??? || _Not used._ || |
|
621 | 16 |
|| `gmSlot` || Weapons slot selected. || Used. || |
618 | 17 |
|| `gmWeapon` || Weapon seleced. || Used. || |
18 |
|| `gmTimer` || Timer set. || Used. || |
|
19 |
|| `gmAnimate` || ??? || Used. || |
|
20 |
|| `gmPrecise` || Precise || _Not used._ || |
|
21 |
|| `gmRemoveFromList` || ??? || _Not used._ || |
|
22 |
|| `gmAddToList` || ??? || _Not used._ || |
|
23 |
|| `gmDelete` || ??? || _Not used._ || |
|
24 |
|| `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
|
25 |
|
798
30c5f1ebd552
global replace of http with https for hedgewars.org wiki links
nemo
parents:
739
diff
changeset
|
26 |
See https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l235 for a current list. |