BfWriteBool Function

Writes a single bit to a writable bitbuffer (bf_write).

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).

Errors

Invalid or incorrect Handle.