LuaAPI.wiki
changeset 17 2893bd461cc7
parent 16 89f22a959bb8
child 21 e8bcd7c1ba3c
--- a/LuaAPI.wiki	Sun Aug 29 21:53:11 2010 +0000
+++ b/LuaAPI.wiki	Sun Aug 29 21:54:09 2010 +0000
@@ -190,11 +190,11 @@
             !SetEffect(gear, hePoisoned, true)
         end
     end</code>
-=== <tt>!CopyPV(gearUid, gearUid)</tt> ===
+=== <tt>CopyPV(gearUid, gearUid)</tt> ===
 
 <blockquote>This sets the position and velocity of the second gear to the first one.
 </blockquote>
-=== <tt>!CopyPV2(gearUid, gearUid)</tt> ===
+=== <tt>CopyPV2(gearUid, gearUid)</tt> ===
 
 <blockquote>This sets the position of the second gear to that of the first one, but makes its velocity twice the one of the first.
 </blockquote>