BSKSerializeValueOut
Module: BSKValue
BSKI32 BSKSerializeValueOut( BSKValue* value, BSKStream* stream );
Inputs:
- value - the value to serialize.
- stream - the stream to write the value to.
Returns: 0 if successful.
Description:
Writes the given value to the given stream.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)