terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
Init()
void
Ionic.Zlib.InflateCodes.Init
(
int
bl
,
int
bd
,
int[]
tl
,
int
tl_index
,
int[]
td
,
int
td_index
)
inline
package
Definition at line
14
of file
InflateCodes.cs
.
15
{
16
this.lbits
= (byte)
bl
;
17
this.dbits
= (byte)
bd
;
18
this.ltree
=
tl
;
19
this.ltree_index
=
tl_index
;
20
this.dtree
=
td
;
21
this.dtree_index
=
td_index
;
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Ionic
Zlib
InflateCodes
Generated by
1.10.0