3rd Party Libraries
Recent Additions
Handles Parser
Discord
bitbuffer
BfWriteBool
File
BfWriteBool
Last Updated
2014-11-15
Created At
2007-02-16
Writes a single bit to a writable bitbuffer (bf_write).
native
void
BfWriteBool(
Handle
bf
,
bool
bit
)
Parameters
Handle
bf
bf_write handle to write to.
bool
bit
Bit to write (true for 1, false for 0).
Return Value
void
Error
Invalid or incorrect Handle.