DQBunpackBMap
FUNCTION

Prototype

DECLARE FUNCTION DQBunpackBMap (BYVAL PacketID, BYVAL BMap)

Parameters

PacketID - Packet ID number

BMap - Blender map to load data into

Returns

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

Description

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).

Notes:

none

Example

See DQBopenDataFile