# HG changeset patch # User Wuzzy # Date 1532991936 -3600 # Node ID 798c1cf9de657e5b0b89d805428548b326ad9d4a # Parent 17a55d9cc7b9fcfc5080c6106167d75af98bdd5f LuaAPI: fix hidden typo diff -r 17a55d9cc7b9 -r 798c1cf9de65 LuaAPI.wiki --- a/LuaAPI.wiki Tue Jul 31 00:04:52 2018 +0100 +++ b/LuaAPI.wiki Tue Jul 31 00:05:36 2018 +0100 @@ -510,7 +510,7 @@ Returns the name of the specified hedgehog gear. === !IsHogHidden(gearUid) (0.9.25) === -Returns true if hedgehog gear is hidden (via `HideHog` or the !TimeBox, false if it isn't, nil if that hedgehog never existed. +Returns true if hedgehog gear is hidden (e.g. via `HideHog` or the !TimeBox), false if it isn't, nil if that hedgehog never existed. === !GetEffect(gearUid, effect) === Returns the state of given effect for the given hedgehog gear.