GearMessages.wiki
changeset 1250 d8f26186f4e5
parent 1242 c307fe8fb975
child 1705 39af8c72daef
--- a/GearMessages.wiki	Mon Feb 26 15:18:31 2018 +0000
+++ b/GearMessages.wiki	Mon Feb 26 17:02:08 2018 +0000
@@ -21,7 +21,7 @@
 || `gmRemoveFromList` || Remove from gear list || _Not used._ ||
 || `gmAddToList` || Insert in gear list || _Not used._ ||
 || `gmDelete` || Delete gear || _Not used._ ||
-|| `gmAllStoppable` || Bitwise OR of `gmLeft`, `gmRight`, `gmUp`, `gmDown` `gmAttack` and `gmPrecise` ||_Not used._ ||
+|| `gmAllStoppable` || Bitwise OR of `gmLeft`, `gmRight`, `gmUp`, `gmDown`, `gmAttack` and `gmPrecise` ||_Not used._ ||
 
 `gmAddToList` and `gmRemoveFromList` are intended for use by the engine when changing order of gears in the list.  It is not recommended that Lua changes these, and at present they are used together when changing a gear's Z (drawing order). For example, if Lua sets `gmRemoveFromList`, it would cause a leak of the gear, since Lua would no longer be able to restore it. Setting both together would have no effect since Lua cannot at present change Z.