3rd Party Libraries
Recent Additions
Handles Parser
Discord
bitbuffer
BfReadNum
File
BfReadNum
Last Updated
2007-03-11
Created At
2007-03-11
Reads a normal integer to a readable bitbuffer (bf_read).
native
int
BfReadNum(
Handle
bf
)
Parameters
Handle
bf
bf_read handle to read from.
Return Value
int
Integer value read (read as 32bit).
Error
Invalid or incorrect Handle.