#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.