BSKSetIdentifierData
Module: BSKIdentifierTable
void BSKSetIdentifierData( BSKIdentifierTable* table,
BSKUI32 id,
BSKNOTYPE data );
Inputs:
- table - the table containing the identifier.
- id - the unique ID of the identifier.
- data - the data to set as the identifier's data.
Description:
Sets the identifier data for the given identifier.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)