DQBsaveBMap
FUNCTION

Prototype

DECLARE FUNCTION DQBsaveBMap (BMap AS INTEGER, FileName AS STRING)

Parameters

BMap - Number of the blender map to save

FileName - Blender map file name with full extension

Returns

An INTEGER value holding the saving results: > 0 Operation successful > 1 Blender map not yet created > 2 Cannot create file or disk error > 3 Unable to write data or disk full

Description

This function saves the specified blender map data to disk. The bmap can be then loaded again in memory by calling DQBloadBMap.

Notes:

See also DQBcreateBMap, DQBloadBMap