DECLARE FUNCTION DQBunpackBMap (BYVAL PacketID, BYVAL BMap)
PacketID - Packet ID number
BMap - Blender map to load data into
An INTEGER value holding the unpacking results: > 0 Operation successful > 1 Datafile not yet opened > 2 Unknown packet ID number > 3 Bad password or unknown data > 4 Blender map is not active > 5 Incompatible blender map
Decodes the blender map identified by specified packet ID number from the currently opened datafile; blender map should be compatible with the bmap structure where you're going to decode it onto (see DQBloadBMap for details).
none
See DQBopenDataFile