Remove stone-age function CopyPV2 from documentation, I haven't seen it used anywhere
authorWuzzy
Thu, 10 Sep 2015 04:20:18 +0000
changeset 630 596458ef4649
parent 629 d4ccc5e79e58
child 631 d235a7a45fbe
Remove stone-age function CopyPV2 from documentation, I haven't seen it used anywhere
LuaAPI.wiki
--- 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.