3rd Party Libraries
Recent Additions
Handles Parser
Discord
bitbuffer
BfWrite
WriteShort
File
WriteShort
Last Updated
2014-11-15
Created At
2014-11-15
Writes a 16bit integer to a writable bitbuffer (bf_write).
native
void
WriteShort(
int
num
)
Parameters
int
num
Integer to write (value will be written as 16bit).
Return Value
void