Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-22-20, 03:47 AM   #1
artenides
A Defias Bandit
Join Date: Dec 2020
Posts: 3
Show Guild Member promote frame from lua?

Hi people,

Is there a way I can open the promote/demote tab for a specific guild member from lua?

I found this code snippet that opens the guild roster:

Code:
    if not CommunitiesFrame or not CommunitiesFrame:IsShown() then 
	  ToggleGuildFrame() 
    end 
    CommunitiesFrame:SetDisplayMode(COMMUNITIES_FRAME_DISPLAY_MODES.ROSTER)
If I click on a guild member (Bob) a small frame opens on the right in which I can promote/demote (Bob)
Is there a method I could open this frame for Bob from lua? Something like OpenGuildPromoteTab("Bob")?
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Show Guild Member promote frame from lua?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off