C4 Engine
C4 Engine API Documentation

MaterialObject::GetAttributeList

Defined in:  C4MaterialObjects.h
Returns a pointer to the material's attribute list.
Prototype

List<Attribute> *GetAttributeList(void);

const List<Attribute> *GetAttributeList(voidconst;

Description
The GetAttributeList function returns a pointer to the attribute list belonging to a material object.
See Also

List

Attribute

MaterialObject::GetFirstAttribute

MaterialObject::FindAttribute

MaterialObject::AddAttribute

MaterialObject::PurgeAttributes