BSKValueGetArray

Module: BSKValue
BSKArray* BSKValueGetArray( BSKValue* value );
Inputs: Returns: a BSKArray pointer to the data of the value.

Description: Gets the data in the value as a BSKArray object. If the data is not really of type VT_ARRAY, the results are undefined.

Return to the API
Return to the function listing


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