HolyLib Wiki

ReadUBitLong

  number bf_read:ReadUBitLong( number bits )

Description

Reads a unsigned number with the given number of bits.
If you want to read a signed number use bf_read:ReadBitLong or bf_read:ReadSBitLong

Arguments

1number bits
How many bits to read

Returns

1number value