BfWriteNum
Writes a normal integer to a writable bitbuffer (bf_write).
native void BfWriteNum(Handle bf, int num)Parameters
bf_write handle to write to.
int num
Integer to write (value will be written as 32bit).
Return Value
voidError
Invalid or incorrect Handle.