# HG changeset patch # User Wuzzy # Date 1525370012 -3600 # Node ID 755e96dd1ff11dbbb42625cf7ae8364da67de087 # Parent af21a73676406a49ad8343fd0d88025ea9235926 LuaAPI: fix link diff -r af21a7367640 -r 755e96dd1ff1 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. === !GetGearRadius(gearUid) === -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`.