BSKCopyValue

Module: BSKValue
void BSKCopyValue( BSKValue* dest, BSKValue* src );
Inputs:

Description: Copies 'src' into 'dest'. If 'src' is VT_ALLOCATED, a copy of the memory is made and assigned to dest, otherwise, the datum field is shared between the two values.

Return to the API
Return to the function listing


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