Struct MetaBitBool
Assembly: LeagueToolkit.dll
public struct MetaBitBool
Constructors
|
Improve this Doc
View Source
Declaration
public MetaBitBool(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
|
Improve this Doc
View Source
Declaration
public MetaBitBool(byte value)
Parameters
Type |
Name |
Description |
System.Byte |
value |
|
Properties
|
Improve this Doc
View Source
Declaration
public byte Value { readonly get; set; }
Property Value
Type |
Description |
System.Byte |
|
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator bool (MetaBitBool bitBool)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static implicit operator byte (MetaBitBool bitBool)
Parameters
Returns
Type |
Description |
System.Byte |
|