Wrda
Spell Reviewer
- Joined
- Nov 18, 2012
- Messages
- 2,010
So my idea for a map was to hide only the bottom part of the UI because it is just irrelevant for the gameplay. But this hides everything.
Even after reading all of taysen's UI tutorials I feel like a complete noob at this UI stuff...
Can you help me out?
Lua:
BlzFrameSetAllPoints(BlzGetOriginFrame(ORIGIN_FRAME_WORLD_FRAME, 0), BlzGetOriginFrame(ORIGIN_FRAME_GAME_UI, 0))
BlzFrameSetVisible(BlzGetFrameByName("ConsoleUIBackdrop",0), false)
BlzHideOriginFrames(true)
Can you help me out?