Ultimate Replay Scripting Reference
BitConverterNonAllocGetBool Method |
Retreive a 8-bit bool from the specified byte array.
Namespace: UltimateReplay.Util
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool GetBool( byte[] buffer )
Parameters
- buffer
- Type: SystemByte
The buffer to retreive the bool from which must have a size of 1 or greater
Return Value
Type: BooleanThe unpacked bool value
See Also