# HG changeset patch # User Wuzzy # Date 1519664528 0 # Node ID d8f26186f4e51b4a8ce5ebf6ad5d8c48eba344d5 # Parent e169ba5aeb07221f614f2b805984994e0913593a GearMessages: add comma diff -r e169ba5aeb07 -r d8f26186f4e5 GearMessages.wiki --- 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.