3rd Party Libraries
Recent Additions
Handles Parser
Discord
bitbuffer
BfWriteChar
File
BfWriteChar
Last Updated
2014-11-15
Created At
2007-02-16
Writes a byte to a writable bitbuffer (bf_write).
native
void
BfWriteChar(
Handle
bf
,
int
chr
)
Parameters
Handle
bf
bf_write handle to write to.
int
chr
Character to write.
Return Value
void
Error
Invalid or incorrect Handle.