GearMessages.wiki
author Wuzzy
Sun, 17 Jan 2016 12:50:44 +0000
changeset 749 db0eeafa0cdf
parent 739 dbbb70728a29
child 798 30c5f1ebd552
permissions -rw-r--r--
SVGImport: Add title
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
dbbb70728a29 GearMessages: Add title
Wuzzy
parents: 621
diff changeset
     3
This is a list of gear messages. Gear messages are used to e.g. control hedgehogs.
dbbb70728a29 GearMessages: Add title
Wuzzy
parents: 621
diff changeset
     4
dbbb70728a29 GearMessages: Add title
Wuzzy
parents: 621
diff changeset
     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
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
     7
|| *Identifier* || *Meaning* || *Parameter* ||
620
c003b62124b6 Typo fix
Wuzzy
parents: 619
diff changeset
     8
|| `gmLeft` || Walk left || _Not used._ ||
618
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
     9
|| `gmRight` || Walk right || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    10
|| `gmUp` || Aim up || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    11
|| `gmDown` || Aim down || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    12
|| `gmSwitch` || Switch hedgehog || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    13
|| `gmLJump` || Long jump || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    14
|| `gmHJump` || High jump || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    15
|| `gmDestroy` || ??? || _Not used._ ||
621
ed089d5730e5 Clarification of slots
Wuzzy
parents: 620
diff changeset
    16
|| `gmSlot` || Weapons slot selected. || Used. ||
618
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    17
|| `gmWeapon` || Weapon seleced. || Used. ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    18
|| `gmTimer` || Timer set. || Used. ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    19
|| `gmAnimate` || ??? || Used. ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    20
|| `gmPrecise` || Precise || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    21
|| `gmRemoveFromList` || ??? || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    22
|| `gmAddToList` || ??? || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    23
|| `gmDelete` || ??? || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    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
592
2a5ecd20bf16 update some link URLs
sheepluva
parents: 587
diff changeset
    26
See http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l235 for a current list.