LuaAPI: minor improvement
authortobias.neumann
Sun, 29 Aug 2010 21:54:09 +0000
changeset 17 2893bd461cc7
parent 16 89f22a959bb8
child 18 a5689d857b25
LuaAPI: minor improvement
LuaAPI.wiki
--- 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>