3rd Party Libraries
Recent Additions
Handles Parser
Discord
bitbuffer
BfReadByte
File
BfReadByte
Last Updated
2007-03-11
Created At
2007-03-11
Reads a byte from a readable bitbuffer (bf_read).
native
int
BfReadByte(
Handle
bf
)
Parameters
Handle
bf
bf_read handle to read from.
Return Value
int
Byte value read (read as 8bit).
Error
Invalid or incorrect Handle.