- Joined
- Dec 26, 2021
- Messages
- 47
Hi, I am trying to make a custom UI but am having issues showing the two items I need (clock and hero items)
How can I set the visiblity of these two items to true? i.e. how can i access each of these frames?
to keep the example simple this is the current jass:
How can I set the visiblity of these two items to true? i.e. how can i access each of these frames?
to keep the example simple this is the current jass:
JASS:
call BlzHideOriginFrames(true)
call BlzFrameSetSize(BlzGetFrameByName("ConsoleUIBackdrop",0), 0, 0.0001)
call BlzFrameSetVisible(BlzGetOriginFrame(ORIGIN_FRAME_MINIMAP,0), false)
call BlzFrameSetVisible(BlzGetFrameByName("ResourceBarFrame",0), false)
call BlzFrameSetVisible(BlzGetFrameByName("UpperButtonBarFrame",0), false)
call BlzFrameSetVisible(BlzGetOriginFrame(ORIGIN_FRAME_PORTRAIT, 0), false)
call BlzFrameSetVisible(BlzGetOriginFrame(ORIGIN_FRAME_CHAT_MSG, 0), false)