BSKDuplicateCategory

Module: BSKCategory
BSKCategory* BSKDuplicateCategory( BSKCategory* category );
Inputs: Returns: the duplicate of the given category.

Description: Duplicates the requested category, creating a new category with an id of 0. The BSKCategoryEntry objects are all duplicated as well, though the members pointed to by the BSKCategoryEntry objects are NOT duplicated (ie, values are shared between duplicated categories).

Return to the API
Return to the function listing


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