BlzFrameSetEnable

Parameters
frame framehandle
enabled boolean
comment

Turns on/off Interactivity/Events of frame. A disabled frame is transparent to the mouse (can click on things behind it) and can have a different color/texture/frame than in enabled state. The frame's Tooltip is still shown on hover. (false) Removes KeyboardFocus.

patch

1.31.0.11889

return type
nothing
Source code
native BlzFrameSetEnable                           takes framehandle frame, boolean enabled returns nothing
Source
common.j
wc3modding.com
BlzFrameSetEnable