BSKGetIdentifierData
Module: BSKIdentifierTable
BSKNOTYPE BSKGetIdentifierData( BSKIdentifierTable* table,
BSKUI32 id );
Inputs:
- table - the table containing the data.
- id - the identifier to get the data for.
Returns: The data for the given identifier, or 0 if no such
identifier exists.
Description:
Retrieves the data for the requested identifier.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)