--- a/LuaAPI.wiki Sun Sep 25 13:38:32 2011 +0000
+++ b/LuaAPI.wiki Sun Sep 25 13:40:27 2011 +0000
@@ -229,6 +229,10 @@
<blockquote>returns the name of the specified hedgehog gear
</blockquote>
+=== <tt>!GetEffect(gearUid, effect)</tt> ===
+
+<blockquote>Returns the state of given effect for the given hedgehog gear.
+</blockquote>
=== <tt>!GetHogHat(gearUid)</tt> ===
<blockquote>Returns the hat of the specified hedgehog gear
@@ -389,10 +393,6 @@
</blockquote>
-=== <tt>!GetEffect(gearUid, effect)</tt> ===
-
-<blockquote>Returns the state of given effect for the given hedgehog gear.
-</blockquote>
=== <tt>!SetEffect(gearUid, effect, true/false)</tt> ===
<blockquote>Enables (true) or disables (false) one of the effects <tt>heInvulnerable, heResurrectable, hePoisoned</tt> for the specified hedgehog gear.