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