This commit is contained in:
parent
ac05ad8b82
commit
f7f317d5da
|
|
@ -77,6 +77,13 @@ class FiendwarHallMyPartyEditC extends LenheartNewUI_Windows {
|
||||||
//继承类 并重写 调用时传入InfoIndex
|
//继承类 并重写 调用时传入InfoIndex
|
||||||
PartyIndexButton.OnClick = function(MyInfoIndex) {
|
PartyIndexButton.OnClick = function(MyInfoIndex) {
|
||||||
PartyMarkFlag = MyInfoIndex;
|
PartyMarkFlag = MyInfoIndex;
|
||||||
|
local T = {
|
||||||
|
op = 20063015,
|
||||||
|
teamsId = 2,
|
||||||
|
cidNew = 15
|
||||||
|
num = 1
|
||||||
|
}
|
||||||
|
BasicsDrawTool.SendPackEx(T);
|
||||||
}.bindenv(this);
|
}.bindenv(this);
|
||||||
Childrens.append(PartyIndexButton);
|
Childrens.append(PartyIndexButton);
|
||||||
}
|
}
|
||||||
|
|
@ -97,7 +104,10 @@ class FiendwarHallMyPartyEditC extends LenheartNewUI_Windows {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PartyMarkFlag != 0) {
|
if (PartyMarkFlag != 0) {
|
||||||
L_sq_WA(0x1b46898, 16);
|
// L_sq_WA(0x1b46898, 16);
|
||||||
|
|
||||||
|
// L_sq_WA(0x1b46898, 47);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -402,7 +402,7 @@ function L_MouseCallBack(MouseState, MouseFlag, MousePos_X, MousePos_Y) {
|
||||||
function L_OpenOldWindowCallBack(WindowIndex) {
|
function L_OpenOldWindowCallBack(WindowIndex) {
|
||||||
print(WindowIndex);
|
print(WindowIndex);
|
||||||
//将新窗口渲染队列改为下层
|
//将新窗口渲染队列改为下层
|
||||||
getroottable().WindowsShowABFlag <- false;
|
// if (WindowIndex != 170) getroottable().WindowsShowABFlag <- false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//窗口逻辑入口
|
//窗口逻辑入口
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue