LuaAPI.wiki
changeset 630 596458ef4649
parent 629 d4ccc5e79e58
child 636 55b08e9ee152
equal deleted inserted replaced
629:d4ccc5e79e58 630:596458ef4649
   770 *Note*: prior to the ice-gun release, 0.9.19 (commit r10a0a31804f3) `effectState` was of boolean type (`true` = effect enabled, `false` = effect disabled)
   770 *Note*: prior to the ice-gun release, 0.9.19 (commit r10a0a31804f3) `effectState` was of boolean type (`true` = effect enabled, `false` = effect disabled)
   771 
   771 
   772 === <tt>CopyPV(gearUid, gearUid)</tt> ===
   772 === <tt>CopyPV(gearUid, gearUid)</tt> ===
   773 This sets the position and velocity of the second gear to the first one.
   773 This sets the position and velocity of the second gear to the first one.
   774 
   774 
   775 === <tt>CopyPV2(gearUid, gearUid)</tt> (deprecated) ===
       
   776 This sets the position of the second gear to that of the first one, but makes its velocity twice the one of the first.
       
   777 
       
   778 *Notice*: This function is no longer used, use `GetGearVelocity` and `SetGearVelocity` instead.
       
   779 === <tt>!FollowGear(gearUid)</tt> ===
   775 === <tt>!FollowGear(gearUid)</tt> ===
   780 Makes the game client follow the specifiec gear.
   776 Makes the game client follow the specifiec gear.
   781 
   777 
   782 === <tt>!SetHogName(gearUid, name)</tt> ===
   778 === <tt>!SetHogName(gearUid, name)</tt> ===
   783 Sets the name of the specified hedgehog gear.
   779 Sets the name of the specified hedgehog gear.