BlzFrameSetVisible

Parameters
frameframehandle
visibleboolean

true is visible, false is invisible.

comment

Sets visibility of a frame and its children.

bug

Do not call this native on String or Texture children of a SimpleFrame; doing so can crash the game. Show or hide their owning SimpleFrame instead.

patch

1.31.0.11889

Source
common.j (suggest an edit or discuss on Github)
return type
nothing
Source code
native BlzFrameSetVisible                          takes framehandle frame, boolean visible returns nothing