BSKGetAttributeOf
Module: BSKThing
BSKAttribute* BSKGetAttributeOf( BSKThing* thing, BSKUI32 id );
Inputs:
- thing - the thing containing the attribute to return.
- id - the identifier of the attribute to return.
Returns: the first attribute of the given type in the thing's
attribute list, or 0 if no such attribute exists.
Description:
Gets the first attribute of the given type in the thing's attribute
list.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)