project: uwu (197)

This commit is contained in:
ThatGamerBlue
2021-06-16 11:24:56 +01:00
parent 6278fd9835
commit fbbafc7285
437 changed files with 52595 additions and 52141 deletions

View File

@@ -1,67 +0,0 @@
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
import net.runelite.rs.ScriptOpcodes;
@ObfuscatedName("lr")
public class class312 {
@ObfuscatedName("p")
@ObfuscatedSignature(
descriptor = "(ILcf;ZB)I",
garbageValue = "-9"
)
static int method5616(int var0, Script var1, boolean var2) {
int var3 = -1; // L: 555
Widget var4;
if (var0 >= 2000) { // L: 557
var0 -= 1000; // L: 558
var3 = Interpreter.Interpreter_intStack[--class44.Interpreter_intStackSize]; // L: 559
var4 = Frames.getWidget(var3); // L: 560
} else {
var4 = var2 ? class13.scriptDotWidget : Interpreter.scriptActiveWidget; // L: 562
}
if (var0 == ScriptOpcodes.CC_SETPOSITION) { // L: 563
class44.Interpreter_intStackSize -= 4; // L: 564
var4.rawX = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize]; // L: 565
var4.rawY = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize + 1]; // L: 566
var4.xAlignment = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize + 2]; // L: 567
var4.yAlignment = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize + 3]; // L: 568
WorldMapCacheName.invalidateWidget(var4); // L: 569
class23.client.alignWidget(var4); // L: 570
if (var3 != -1 && var4.type == 0) { // L: 571
class313.revalidateWidgetScroll(Widget.Widget_interfaceComponents[var3 >> 16], var4, false);
}
return 1; // L: 572
} else if (var0 == ScriptOpcodes.CC_SETSIZE) { // L: 574
class44.Interpreter_intStackSize -= 4; // L: 575
var4.rawWidth = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize]; // L: 576
var4.rawHeight = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize + 1]; // L: 577
var4.widthAlignment = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize + 2]; // L: 578
var4.heightAlignment = Interpreter.Interpreter_intStack[class44.Interpreter_intStackSize + 3]; // L: 579
WorldMapCacheName.invalidateWidget(var4); // L: 580
class23.client.alignWidget(var4); // L: 581
if (var3 != -1 && var4.type == 0) { // L: 582
class313.revalidateWidgetScroll(Widget.Widget_interfaceComponents[var3 >> 16], var4, false);
}
return 1; // L: 583
} else if (var0 == ScriptOpcodes.CC_SETHIDE) { // L: 585
boolean var5 = Interpreter.Interpreter_intStack[--class44.Interpreter_intStackSize] == 1; // L: 586
if (var5 != var4.isHidden) { // L: 587
var4.isHidden = var5; // L: 588
WorldMapCacheName.invalidateWidget(var4); // L: 589
}
return 1; // L: 591
} else if (var0 == ScriptOpcodes.CC_SETNOCLICKTHROUGH) { // L: 593
var4.noClickThrough = Interpreter.Interpreter_intStack[--class44.Interpreter_intStackSize] == 1; // L: 594
return 1; // L: 595
} else if (var0 == ScriptOpcodes.CC_SETNOSCROLLTHROUGH) { // L: 597
var4.noScrollThrough = Interpreter.Interpreter_intStack[--class44.Interpreter_intStackSize] == 1; // L: 598
return 1; // L: 599
} else {
return 2; // L: 601
}
}
}