LuaAPI.wiki
changeset 630 596458ef4649
parent 629 d4ccc5e79e58
child 636 55b08e9ee152
--- a/LuaAPI.wiki	Thu Sep 10 02:03:47 2015 +0000
+++ b/LuaAPI.wiki	Thu Sep 10 04:20:18 2015 +0000
@@ -772,10 +772,6 @@
 === <tt>CopyPV(gearUid, gearUid)</tt> ===
 This sets the position and velocity of the second gear to the first one.
 
-=== <tt>CopyPV2(gearUid, gearUid)</tt> (deprecated) ===
-This sets the position of the second gear to that of the first one, but makes its velocity twice the one of the first.
-
-*Notice*: This function is no longer used, use `GetGearVelocity` and `SetGearVelocity` instead.
 === <tt>!FollowGear(gearUid)</tt> ===
 Makes the game client follow the specifiec gear.