ScriptRegion:Show

From Warcraft Wiki
(Redirected from API Region Show)
Jump to navigation Jump to search
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif  Wowprogramming.png ScriptRegion:Show
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif  Wowprogramming.png ScriptRegion:Hide
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif ScriptRegion:SetShown
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif  Wowprogramming.png ScriptRegion:IsShown
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif  Wowprogramming.png ScriptRegion:IsVisible
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif OnShow
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif OnHide

Shows the region.

ScriptRegion:Show()

Details

  • Frames are already shown by default when they are created.
  • Fires OnShow if the region was previously hidden.
  • Resumes OnUpdate if the region was previously hidden, since the region is drawn each frame.