LuaAPI: No-op for SetGearValues
authorWuzzy
Tue, 21 Aug 2018 21:04:40 +0100
changeset 1512 06e3cd099d4b
parent 1511 3c0c822ecdb9
child 1513 18582093d894
LuaAPI: No-op for SetGearValues
LuaAPI.wiki
--- 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.