GearMessages.wiki
author sheepluva
Sun, 06 Sep 2015 05:41:37 +0200
changeset 588 309d9bebd170
parent 587 8105e95297e3
child 592 2a5ecd20bf16
permissions -rw-r--r--
add link to ToC on Welcome page

#summary List of all gear messages.

This is a list of gear messages. Gear messages are used to i.e. control hedgehogs.

|| *Identifier* || *Meaning* ||
|| `gmLeft` || Walk left ||
|| `gmRight` || Walk right ||
|| `gmUp` || Aim up ||
|| `gmDown` || Aim down ||
|| `gmSwitch` || Switch hedgehog ||
|| `gmLJump` || Long jump ||
|| `gmHJump` || High jump ||
|| `gmDestroy` || ??? ||
|| `gmSlot` || ??? (with parameter) ||
|| `gmWeapon` || ??? (with parameter) ||
|| `gmTimer` || ??? (with parameter) ||
|| `gmAnimate` || ??? (with parameter) ||
|| `gmPrecise` || Precise ||
|| `gmRemoveFromList` || ??? ||
|| `gmAddToList` || ??? ||
|| `gmDelete` || ??? ||
|| `gmAllStoppable` || Bitwise OR of `gmLeft`, `gmRight`, `gmUp`, `gmDown` `gmAttack` and `gmPrecise` ||

See https://code.google.com/p/hedgewars/source/browse/hedgewars/uConsts.pas#l235 for a current list.