Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BitsByte()
Terraria.BitsByte.BitsByte
(
bool
b1
=
false
,
bool
b2
=
false
,
bool
b3
=
false
,
bool
b4
=
false
,
bool
b5
=
false
,
bool
b6
=
false
,
bool
b7
=
false
,
bool
b8
=
false
)
inline
Definition at line
32
of file
BitsByte.cs
.
33
{
34
value
= 0;
35
this
[0] =
b1
;
36
this
[1] =
b2
;
37
this
[2] =
b3
;
38
this
[3] =
b4
;
39
this
[4] =
b5
;
40
this
[5] =
b6
;
41
this
[6] =
b7
;
42
this
[7] =
b8
;
43
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.BitsByte.value
byte value
Definition
BitsByte.cs:11
References
Terraria.BitsByte.value
.
Terraria
BitsByte
Generated by
1.10.0