BSKCategoryUnion

Module: BSKCategory
BSKCategory* BSKCategoryUnion( BSKCategory* first, BSKCategory* second );
Inputs: Returns: the union of the two categories.

Description: Creates a new category that is the union of the given 'first' and 'second' categories -- in other words, it contains all the unique items from both the 'first' and 'second' categories.

Return to the API
Return to the function listing


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