BSKDuplicateThing

Module: BSKThing
BSKThing* BSKDuplicateThing( BSKThing* thing );
Inputs: Returns: the duplicate of the given thing.

Description: Duplicates the given thing by performing a shallow copy of all the thing's attributes (e.g., the new thing will share the values its attributes with the original thing). The new thing has an identifier of 0.

Return to the API
Return to the function listing


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