BSKThing* BSKDuplicateThing( BSKThing* thing );Inputs:
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