BfWriteString
Writes a string to a writable bitbuffer (bf_write).
native void BfWriteString(Handle bf, const char[] string)Parameters
bf_write handle to write to.
const char[] string
Text string to write.
Return Value
voidError
Invalid or incorrect Handle.