BSKCategorySubtract

Module: BSKCategory
BSKCategory* BSKCategorySubtract( BSKCategory* first, BSKCategory* second );
Inputs: Returns: a new category containing 'first minus second'.

Description: Creates a new category that is the difference of the given 'first' and 'second' categories -- in other words, it contains only the items in the 'first' category that do not exist in the 'second' category.

Return to the API
Return to the function listing


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