mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Refactored SignLink classes
This commit is contained in:
parent
8a35c73f76
commit
38800991cb
49 changed files with 741 additions and 748 deletions
|
|
@ -14,11 +14,11 @@ public final class Static10 {
|
|||
@OriginalMember(owner = "client!an", name = "a", descriptor = "([BIII)Lclient!na;")
|
||||
public static JagString decodeString(@OriginalArg(0) byte[] arg0, @OriginalArg(2) int arg1, @OriginalArg(3) int arg2) {
|
||||
@Pc(7) JagString local7 = new JagString();
|
||||
local7.aByteArray52 = new byte[arg1];
|
||||
local7.anInt4030 = 0;
|
||||
local7.chars = new byte[arg1];
|
||||
local7.length = 0;
|
||||
for (@Pc(22) int local22 = arg2; local22 < arg1 + arg2; local22++) {
|
||||
if (arg0[local22] != 0) {
|
||||
local7.aByteArray52[local7.anInt4030++] = arg0[local22];
|
||||
local7.chars[local7.length++] = arg0[local22];
|
||||
}
|
||||
}
|
||||
return local7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue