BSKAddAttributeTo

Module: BSKThing
void BSKAddAttributeTo( BSKThing* thing, 
                        BSKUI32 id, 
                        BSKValue* value );
Inputs:

Description: Adds the given attribute with the given value to the given thing. If the thing already has an attribute with the given identifier, the new one is added to the list in addition to the previously existing attribute.

Return to the API
Return to the function listing


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