Dealing with arrays #514
Answered
by
thinhbuzz
AirShoot125
asked this question in
Q&A
Replies: 1 comment
-
Il2Cpp.array(Il2Cpp.corlib.class('System.Byte'), [1,2,3,4]); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vfsfitvnm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in il2cpp game there's a function like this
public static byte[] IKDCKFIPHDI(byte[] OGJFBCMENJH, byte[] JGHIEFIHNBJ, byte[] ALGAHFLNHMA) { }
I want to do something with these byte arrays that is taken by method as arguments, see/edit, how is it possible?
Beta Was this translation helpful? Give feedback.
All reactions