mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -62,19 +62,7 @@ public final class Static23 {
|
|||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bm", name = "a", descriptor = "(III)I")
|
||||
public static int method647(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(10) Inv local10 = (Inv) Static20.objectContainerCache.get((long) arg0);
|
||||
if (local10 == null) {
|
||||
return 0;
|
||||
} else if (arg1 >= 0 && arg1 < local10.anIntArray422.length) {
|
||||
return local10.anIntArray422[arg1];
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bm", name = "a", descriptor = "(B[B)[B")
|
||||
@OriginalMember(owner = "client!bm", name = "a", descriptor = "(B[B)[B")
|
||||
public static byte[] method648(@OriginalArg(1) byte[] arg0) {
|
||||
@Pc(6) int local6 = arg0.length;
|
||||
@Pc(9) byte[] local9 = new byte[local6];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue