vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Bindings> |
2 | |||
3 | <Binding name="KLHTM_HIDESHOW" header="KLHTM"> |
||
4 | |||
5 | if KLHTM_Frame:IsVisible() then KLHTM_SetVisible(false) else KLHTM_SetVisible(true) end |
||
6 | |||
7 | </Binding> |
||
8 | |||
9 | |||
10 | |||
11 | <Binding name="KLHTM_STOP"> |
||
12 | |||
13 | klhtm.emergencystop() |
||
14 | </Binding> |
||
15 | |||
16 | |||
17 | <Binding name="KLHTM_MASTERTARGET"> |
||
18 | |||
19 | if (UnitExists("target")) then |
||
20 | klhtm.net.sendmastertarget() |
||
21 | else |
||
22 | klhtm.net.clearmastertarget() |
||
23 | end |
||
24 | </Binding> |
||
25 | |||
26 | |||
27 | <Binding name="KLHTM_RESETRAID"> |
||
28 | |||
29 | klhtm.net.clearraidthreat() |
||
30 | </Binding> |
||
31 | |||
32 | |||
33 | </Bindings> |