Edited wiki page LuaAPI through web user interface.
authorRedGrinner@gmail.com
Sun, 25 Sep 2011 13:31:17 +0000
changeset 138 9ca80a93aae0
parent 137 dd7605730ec5
child 139 6bf231a611a7
Edited wiki page LuaAPI through web user interface.
LuaAPI.wiki
--- a/LuaAPI.wiki	Sun Sep 25 13:27:30 2011 +0000
+++ b/LuaAPI.wiki	Sun Sep 25 13:31:17 2011 +0000
@@ -241,13 +241,13 @@
 
 <blockquote>Sets the hat of the specified hedgehog gear
 </blockquote>
-=== <tt>GetGearTarget(gearUid, x, y)  (0.9.16)</tt> ===
+=== <tt>!GetGearTarget(gearUid, x, y)  (0.9.16)</tt> ===
 
-<blockquote>Returns the x and y coordinate of target-based weapons/utilities.  <b> Note: </b>: This can't be used in onGearAdd() but must be called after gear creation. 
+<blockquote>Returns the x and y coordinate of target-based weapons/utilities. <b> Note: </b>: This can't be used in onGearAdd() but must be called after gear creation. 
 </blockquote>
-=== <tt>SetGearTarget(gearUid, x, y) (0.9.16)</tt> ===
+=== <tt>!SetGearTarget(gearUid, x, y) (0.9.16)</tt> ===
 
-<blockquote>Sets the x and y coordinate of target-based weapons/utilities.  <b> Note: </b>: This can't be used in onGearAdd() but must be called after gear creation. 
+<blockquote>Sets the x and y coordinate of target-based weapons/utilities. <b> Note: </b>: This can't be used in onGearAdd() but must be called after gear creation. 
 </blockquote>
 === <tt>GetX(gearUid)</tt> ===