This commit is contained in:
Lucwousin
2019-10-31 16:57:45 +01:00
parent 8b7eaf23f1
commit e7a1983158
344 changed files with 41280 additions and 41078 deletions

View File

@@ -1,20 +1,47 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
import net.runelite.rs.ScriptOpcodes;
@ObfuscatedName("t")
@ObfuscatedName("r")
public class class16 {
@ObfuscatedName("bv")
@ObfuscatedSignature(
signature = "Lha;"
@ObfuscatedName("hi")
@ObfuscatedGetter(
intValue = -71438851
)
static StudioGame field101;
@Export("cameraY")
static int cameraY;
@ObfuscatedName("gt")
@ObfuscatedName("ad")
@ObfuscatedSignature(
signature = "(I)Z",
garbageValue = "-194801296"
signature = "(ILcj;ZI)I",
garbageValue = "2052755977"
)
static boolean method195() {
return (Client.drawPlayerNames & 8) != 0;
static int method224(int var0, Script var1, boolean var2) {
if (var0 == ScriptOpcodes.SOUND_SYNTH) {
Interpreter.Interpreter_intStackSize -= 3;
class185.queueSoundEffect(Interpreter.Interpreter_intStack[Interpreter.Interpreter_intStackSize], Interpreter.Interpreter_intStack[Interpreter.Interpreter_intStackSize + 1], Interpreter.Interpreter_intStack[Interpreter.Interpreter_intStackSize + 2]);
return 1;
} else if (var0 == ScriptOpcodes.SOUND_SONG) {
AbstractWorldMapIcon.playSong(Interpreter.Interpreter_intStack[--Interpreter.Interpreter_intStackSize]);
return 1;
} else if (var0 == ScriptOpcodes.SOUND_JINGLE) {
Interpreter.Interpreter_intStackSize -= 2;
WorldMapEvent.playSoundJingle(Interpreter.Interpreter_intStack[Interpreter.Interpreter_intStackSize], Interpreter.Interpreter_intStack[Interpreter.Interpreter_intStackSize + 1]);
return 1;
} else {
return 2;
}
}
@ObfuscatedName("iw")
@ObfuscatedSignature(
signature = "(B)I",
garbageValue = "1"
)
@Export("getNewestMenuIdx")
static final int getNewestMenuIdx() {
return Client.menuOptionsCount - 1;
}
}