BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | Properties | List of all members
BrawlLib.Internal.bool8 Struct Reference

Static Public Member Functions

static implicit operator bool (bool8 val)
 
static implicit operator bool8 (bool val)
 
static operator bool8 (byte val)
 
static operator bool8 (Bin8 val)
 

Public Attributes

Bin8 _data
 

Properties

bool Value [get]
 

Member Function Documentation

◆ 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 }

Member Data Documentation

◆ _data

Bin8 BrawlLib.Internal.bool8._data

Property Documentation

◆ Value

bool BrawlLib.Internal.bool8.Value
get

The documentation for this struct was generated from the following file: