BfWriteEntity
Writes an entity to a writable bitbuffer (bf_write).
Notes
This is a wrapper around BfWriteShort().
native void BfWriteEntity(Handle bf, int ent)Parameters
bf_write handle to write to.
int ent
Entity index to write.
Return Value
voidError
Invalid or incorrect Handle, or invalid entity.