BSKDereferenceValue

Module: BSKValue
void BSKDereferenceValue( BSKValue* dest, BSKValue* value );
Inputs:

Description: The value 'value' is dereferenced into 'dest'. If the value is not VT_DEREFERENCABLE, then a simple copy (BSKCopyValue) is performed, otherwise the BSKValue that 'value' contains to is copied into dest.

Return to the API
Return to the function listing


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