◆ operator bool()
static implicit BrawlLib.Internal.bool8.operator bool |
( |
bool8 |
val | ) |
|
|
inlinestatic |
11 {
12 return val._data[0];
13 }
◆ operator bool8() [1/3]
static BrawlLib.Internal.bool8.operator bool8 |
( |
Bin8 |
val | ) |
|
|
inlineexplicitstatic |
26 {
27 return new bool8 {
_data = val };
28 }
Bin8 _data
Definition: Bool8.cs:8
◆ operator bool8() [2/3]
static implicit BrawlLib.Internal.bool8.operator bool8 |
( |
bool |
val | ) |
|
|
inlinestatic |
16 {
17 return new bool8 {
_data = (byte) (val ? 1 : 0) };
18 }
◆ operator bool8() [3/3]
static BrawlLib.Internal.bool8.operator bool8 |
( |
byte |
val | ) |
|
|
inlineexplicitstatic |
21 {
22 return new bool8 {
_data = val };
23 }
◆ _data
Bin8 BrawlLib.Internal.bool8._data |
◆ Value
bool BrawlLib.Internal.bool8.Value |
|
get |
The documentation for this struct was generated from the following file:
- BrawlLib/Internal/Bool8.cs