Edited wiki page LuaAPI through web user interface.
authorRedGrinner@gmail.com
Sun, 25 Sep 2011 13:40:27 +0000
changeset 140 04d82b673bc4
parent 139 6bf231a611a7
child 141 b10bef9ac535
Edited wiki page LuaAPI through web user interface.
LuaAPI.wiki
--- 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.