diff -r dd7605730ec5 -r 9ca80a93aae0 LuaAPI.wiki --- a/LuaAPI.wiki Sun Sep 25 13:27:30 2011 +0000 +++ b/LuaAPI.wiki Sun Sep 25 13:31:17 2011 +0000 @@ -241,13 +241,13 @@
Sets the hat of the specified hedgehog gear
-=== GetGearTarget(gearUid, x, y) (0.9.16) === +=== !GetGearTarget(gearUid, x, y) (0.9.16) === -
Returns the x and y coordinate of target-based weapons/utilities. Note: : This can't be used in onGearAdd() but must be called after gear creation. +
Returns the x and y coordinate of target-based weapons/utilities. Note: : This can't be used in onGearAdd() but must be called after gear creation.
-=== SetGearTarget(gearUid, x, y) (0.9.16) === +=== !SetGearTarget(gearUid, x, y) (0.9.16) === -
Sets the x and y coordinate of target-based weapons/utilities. Note: : This can't be used in onGearAdd() but must be called after gear creation. +
Sets the x and y coordinate of target-based weapons/utilities. Note: : This can't be used in onGearAdd() but must be called after gear creation.
=== GetX(gearUid) ===