# HG changeset patch
# User Wuzzy
# Date 1534882426 -3600
# Node ID f9f99f1cf286e79a68c28fc3cb1ccb5931212507
# Parent 18582093d89439bece19c00c0a571b5d6158b183
LuaAPI: non-zero number: GetGearElasticity
diff -r 18582093d894 -r f9f99f1cf286 LuaAPI.wiki
--- a/LuaAPI.wiki Tue Aug 21 21:09:17 2018 +0100
+++ b/LuaAPI.wiki Tue Aug 21 21:13:46 2018 +0100
@@ -499,7 +499,7 @@
=== !GetGearElasticity(gearUid) ===
Returns the elasticity of the specified gear. The elasticity normally determines how strong the gear will bounce after collisions, where higher elasticity is for stronger bounces.
-This is also useful for determining if a hog is on a rope or not. If a hog is attached to a rope, or is busy firing one, the elasticity of the rope will be non-zero.
+This is also useful for determining if a hog is on a rope or not. If a hog is attached to a rope, or is busy firing one, the elasticity of the rope will be a non-zero number.
=== !GetGearFriction(gearUid) ===
Returns the friction of the specified gear. The friction normally determines how well the gear will slide on terrain. Higher values are for increased sliding properties.