LuaAPI: fix link
authorWuzzy
Thu, 03 May 2018 18:53:32 +0100
changeset 1409 755e96dd1ff1
parent 1408 af21a7367640
child 1410 6d356877f1d2
LuaAPI: fix link
LuaAPI.wiki
--- a/LuaAPI.wiki	Thu May 03 18:14:02 2018 +0100
+++ b/LuaAPI.wiki	Thu May 03 18:53:32 2018 +0100
@@ -478,7 +478,7 @@
 Returns the current collision mask of the given gear. See `SetGearCollisionMask` for an explanation of the mask.
 
 === <tt>!GetGearRadius(gearUid)</tt> ===
-Returns the `Radius` value for the specified gear. For most [GearTypes gear types] for “projectile” gears (like `gtShell` or `gtGrenade`), the radius refers to the gear's collision radius. This is an invisible circle around the center of the gear which is used for the collision checks. For a few gear types, its radius means something different, see [Gear Types] for a full list.
+Returns the `Radius` value for the specified gear. For most [GearTypes gear types] for “projectile” gears (like `gtShell` or `gtGrenade`), the radius refers to the gear's collision radius. This is an invisible circle around the center of the gear which is used for the collision checks. For a few gear types, its radius means something different, see [GearTypes] for a full list.
 
 To set the `Radius` value, use `SetGearValues`.