LuaAPI.wiki
changeset 1499 798c1cf9de65
parent 1498 17a55d9cc7b9
child 1502 c94cb3aa0b3b
equal deleted inserted replaced
1498:17a55d9cc7b9 1499:798c1cf9de65
   508 
   508 
   509 === <tt>!GetHogName(gearUid)</tt> ===
   509 === <tt>!GetHogName(gearUid)</tt> ===
   510 Returns the name of the specified hedgehog gear.
   510 Returns the name of the specified hedgehog gear.
   511 
   511 
   512 === <tt>!IsHogHidden(gearUid)</tt> (0.9.25) ===
   512 === <tt>!IsHogHidden(gearUid)</tt> (0.9.25) ===
   513 Returns true if hedgehog gear is hidden (via `HideHog` or the !TimeBox, false if it isn't, nil if that hedgehog never existed.
   513 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.
   514 
   514 
   515 === <tt>!GetEffect(gearUid, effect)</tt> ===
   515 === <tt>!GetEffect(gearUid, effect)</tt> ===
   516 Returns the state of given effect for the given hedgehog gear.
   516 Returns the state of given effect for the given hedgehog gear.
   517 
   517 
   518 See `SetEffect` for further details.
   518 See `SetEffect` for further details.