MaterialObject::GetAttributeList
Defined in: C4MaterialObjects.h
Returns a pointer to the material's attribute list.
Prototype
List<Attribute> *GetAttributeList(void);
const List<Attribute> *GetAttributeList(void) const;
Description
The GetAttributeList function returns a pointer to the attribute list belonging to a material object.
See Also
List
Attribute
MaterialObject::GetFirstAttribute
MaterialObject::AddAttribute
MaterialObject::PurgeAttributes
|