mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Renamed bunch of variables in all Type classes
This commit is contained in:
parent
d2c6c19cb8
commit
a3420acc1c
121 changed files with 1408 additions and 1408 deletions
|
|
@ -36,8 +36,8 @@ public final class Static155 {
|
|||
@Pc(12) JagString local12 = arg1.toLowerCase();
|
||||
@Pc(14) int local14 = 0;
|
||||
for (@Pc(16) int local16 = 0; local16 < Static170.anInt3245; local16++) {
|
||||
@Pc(27) ObjType local27 = Static71.method1439(local16);
|
||||
if ((!arg0 || local27.aBoolean132) && local27.anInt2358 == -1 && local27.anInt2334 == -1 && local27.anInt2370 == 0 && local27.aClass100_495.toLowerCase().indexOf(local12) != -1) {
|
||||
@Pc(27) ObjType local27 = Static71.get(local16);
|
||||
if ((!arg0 || local27.stockMarket) && local27.certificateTemplate == -1 && local27.lentTemplate == -1 && local27.dummyItem == 0 && local27.name.toLowerCase().indexOf(local12) != -1) {
|
||||
if (local14 >= 250) {
|
||||
Static169.aShortArray52 = null;
|
||||
Static111.anInt2905 = -1;
|
||||
|
|
@ -58,7 +58,7 @@ public final class Static155 {
|
|||
Static111.anInt2905 = local14;
|
||||
@Pc(117) JagString[] local117 = new JagString[Static111.anInt2905];
|
||||
for (@Pc(119) int local119 = 0; local119 < Static111.anInt2905; local119++) {
|
||||
local117[local119] = Static71.method1439(local8[local119]).aClass100_495;
|
||||
local117[local119] = Static71.get(local8[local119]).name;
|
||||
}
|
||||
Static202.method3656(local117, Static169.aShortArray52);
|
||||
}
|
||||
|
|
@ -66,9 +66,9 @@ public final class Static155 {
|
|||
@OriginalMember(owner = "client!me", name = "a", descriptor = "(II)I")
|
||||
public static int getVarbit(@OriginalArg(1) int arg0) {
|
||||
@Pc(13) VarbitType local13 = Static125.method2449(arg0);
|
||||
@Pc(16) int local16 = local13.anInt3327;
|
||||
@Pc(19) int local19 = local13.anInt3323;
|
||||
@Pc(22) int local22 = local13.anInt3318;
|
||||
@Pc(16) int local16 = local13.baseVar;
|
||||
@Pc(19) int local19 = local13.endBit;
|
||||
@Pc(22) int local22 = local13.startBit;
|
||||
@Pc(29) int local29 = Class3_Sub9.anIntArray135[local19 - local22];
|
||||
return Static7.varps[local16] >> local22 & local29;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue