GearMessages.wiki
author sheepluva
Thu, 14 Jan 2016 20:35:07 +0000
changeset 723 d519f85c008f
parent 621 ed089d5730e5
child 739 dbbb70728a29
permissions -rw-r--r--
Edited via web interface
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
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
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
     5
|| *Identifier* || *Meaning* || *Parameter* ||
620
c003b62124b6 Typo fix
Wuzzy
parents: 619
diff changeset
     6
|| `gmLeft` || Walk left || _Not used._ ||
618
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
     7
|| `gmRight` || Walk right || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
     8
|| `gmUp` || Aim up || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
     9
|| `gmDown` || Aim down || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    10
|| `gmSwitch` || Switch hedgehog || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    11
|| `gmLJump` || Long jump || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    12
|| `gmHJump` || High jump || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    13
|| `gmDestroy` || ??? || _Not used._ ||
621
ed089d5730e5 Clarification of slots
Wuzzy
parents: 620
diff changeset
    14
|| `gmSlot` || Weapons slot selected. || Used. ||
618
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    15
|| `gmWeapon` || Weapon seleced. || Used. ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    16
|| `gmTimer` || Timer set. || Used. ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    17
|| `gmAnimate` || ??? || Used. ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    18
|| `gmPrecise` || Precise || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    19
|| `gmRemoveFromList` || ??? || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    20
|| `gmAddToList` || ??? || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    21
|| `gmDelete` || ??? || _Not used._ ||
37175ce322cb Some additions
Wuzzy
parents: 592
diff changeset
    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
2a5ecd20bf16 update some link URLs
sheepluva
parents: 587
diff changeset
    24
See http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l235 for a current list.