--- a/LuaAPI.wiki Tue Aug 21 21:03:28 2018 +0100
+++ b/LuaAPI.wiki Tue Aug 21 21:04:40 2018 +0100
@@ -704,7 +704,7 @@
DeleteVisualGear(vgear) -- Delete the newly created visual gear.</code>
=== <tt>!SetGearValues(gearUid, Angle, Power, WDTimer, Radius, Density, Karma, DirAngle, AdvBounce, ImpactSound, ImpactSounds, Tint, Damage, Boom)</tt> ===
-Sets various gear value for the specified gear (`gearUid`). The meaining of each value often depends on the gear type. See the documentation on !GetGearValues for a brief description of the gear values.
+Sets various gear value for the specified gear (`gearUid`). The meaining of each value often depends on the gear type. See the documentation on !GetGearValues for a brief description of the gear values. If `gearUid` is invalid or the gear does not exist, nothing happens.
Set `nil` for each value you do not want to change.