# HG changeset patch # User Wuzzy # Date 1534881880 -3600 # Node ID 06e3cd099d4b9303908bc409ee0d088912c17415 # Parent 3c0c822ecdb950a9d8be1ed9b12d16148c3568e9 LuaAPI: No-op for SetGearValues diff -r 3c0c822ecdb9 -r 06e3cd099d4b 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. === !SetGearValues(gearUid, Angle, Power, WDTimer, Radius, Density, Karma, DirAngle, AdvBounce, ImpactSound, ImpactSounds, Tint, Damage, Boom) === -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.