BSKAddIdentifier

Module: BSKIdentifierTable
BSKI32 BSKAddIdentifier( BSKIdentifierTable* table,
                         BSKCHAR* identifier );
Inputs: Returns: The unique integer identifier for the given string.

Description: Searches the given table for the given identifier, and if it is not found it is added to the table. Either way, the numeric id of the identifier is returned.

Return to the API
Return to the function listing


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