# HG changeset patch # User tobias.neumann # Date 1283118849 0 # Node ID 2893bd461cc795986fe602a362a18c3c0786b8c2 # Parent 89f22a959bb86c4fbd92a56b0a56524b5b7904dc LuaAPI: minor improvement 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.