Returns whether the region is shown. Indicates only whether the region has been explicitly shown or hidden -- a region may be explicitly shown but not appear on screen because its parent region is hidden. See VisibleRegion:IsVisible() to test for actual visibility.

Signature:

shown = VisibleRegion:IsShown()

Returns:

  • shown - 1 if the region is shown; otherwise nil (1nil)