# HG changeset patch # User Wuzzy # Date 1493313011 -3600 # Node ID 94d046b0385599f959c088c02cef3dabd352d546 # Parent a4f8e22e15c68c0b0b99dec9bf6c6c58179191e7 LuaAPI: Update HideHog diff -r a4f8e22e15c6 -r 94d046b03855 LuaAPI.wiki --- a/LuaAPI.wiki Thu Apr 27 17:52:16 2017 +0100 +++ b/LuaAPI.wiki Thu Apr 27 18:10:11 2017 +0100 @@ -628,7 +628,7 @@ == Functions to modify gears == === !HideHog(gearUid) === -Removes a hedgehog from the map. The hidden hedgehog can be restored with `RestoreHog(gearUid)`. +Removes a hedgehog from the map. The hidden hedgehog can be restored with `RestoreHog(gearUid)`. Since 0.9.23, returns `true` on success and `false` on failure (if gear does not exist / hog is already hidden). Example: