BfWrite.WriteBool Method

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

void WriteBool(bool bit)

Parameters

bool bit

Bit to write (true for 1, false for 0).