vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <!-- User interface key bindings -->
3 <Binding name="BCAM_BINDING_TOGGLE_MENU" runOnUp="false" header="BCAM_BINDINGS_HEADER">
4 if (bcAM_Popup:IsVisible()) then
5 if (bcAM_HideOnButton == 1) then
6 bcAM_HideMenu();
7 end
8 else
9 if (bcAM_ShowOnButton == 1) then
10 bcAM_ShowMenu();
11 end
12 end
13 </Binding>
14 </Bindings>