BfWrite < Handle

Last Updated2014-11-15
Created At2014-11-15

Methods14
SymbolDescription
WriteAngleWrites a bit angle to a writable bitbuffer (bf_write).
WriteAnglesWrites a 3D angle vector to a writable bitbuffer (bf_write).
WriteBoolWrites a single bit to a writable bitbuffer (bf_write).
WriteByteWrites a byte to a writable bitbuffer (bf_write).
WriteCharWrites a byte to a writable bitbuffer (bf_write).
WriteCoordWrites a coordinate to a writable bitbuffer (bf_write).
WriteEntityWrites an entity to a writable bitbuffer (bf_write).
WriteFloatWrites a floating point number to a writable bitbuffer (bf_write).
WriteNumWrites a normal integer to a writable bitbuffer (bf_write).
WriteShortWrites a 16bit integer to a writable bitbuffer (bf_write).
WriteStringWrites a string to a writable bitbuffer (bf_write).
WriteVecCoordWrites a 3D vector of coordinates to a writable bitbuffer (bf_write).
WriteVecNormalWrites a 3D normal vector to a writable bitbuffer (bf_write).
WriteWordWrites a 16bit unsigned integer to a writable bitbuffer (bf_write).