BSKDestroyArray

Module: BSKArray
void BSKDestroyArray( BSKArray* array );
Inputs:

Description: Destroys the array object pointed to by 'array'. Each element of the array is invalidated (see BSKInvalidateValue). The array object is not valid after calling this function, and should not be accessed.

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)