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
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native BlzFrameSetEnable takes framehandle frame, boolean enabled returns nothing