Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Retrieve()
[8/8]
void
Terraria.BitsByte.Retrieve
(
ref
bool
b0
,
ref
bool
b1
,
ref
bool
b2
,
ref
bool
b3
,
ref
bool
b4
,
ref
bool
b5
,
ref
bool
b6
,
ref
bool
b7
)
inline
Definition at line
90
of file
BitsByte.cs
.
91
{
92
b0
=
this
[0];
93
b1
=
this
[1];
94
b2
=
this
[2];
95
b3
=
this
[3];
96
b4
=
this
[4];
97
b5
=
this
[5];
98
b6
=
this
[6];
99
b7
=
this
[7];
100
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
BitsByte
Generated by
1.10.0