- Joined
- Oct 17, 2012
- Messages
- 859
I wanted to make these sections of the UI console transparent so I can see the screen under it.
I achieved my aim by calling the following:
Calling the function however removes the black background under the other sections of the UI console and renders units under the console. Health bars being seen through in the console looks rather fugly.
The picture attached below is most desired.

I achieved my aim by calling the following:
JASS:
call BlzFrameSetAllPoints(BlzGetOriginFrame(ORIGIN_FRAME_WORLD_FRAME, 0), BlzGetOriginFrame(ORIGIN_FRAME_GAME_UI, 0))
The picture attached below is most desired.
