diff -r 89f22a959bb8 -r 2893bd461cc7 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 -=== !CopyPV(gearUid, gearUid) === +=== CopyPV(gearUid, gearUid) ===
This sets the position and velocity of the second gear to the first one.
-=== !CopyPV2(gearUid, gearUid) === +=== CopyPV2(gearUid, gearUid) ===
This sets the position of the second gear to that of the first one, but makes its velocity twice the one of the first.