HolyLib Wiki

ReadSBitLong

  number bf_read:ReadSBitLong( number bits )

Description

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

Arguments

1number bits
How many bits to read

Returns

1number value