====== Creep ====== **//Inherited from//** [[class:sdap:imaterialitem|IMaterialItem]], **//Inherited by//** NULL **//Friend class//** NULL **//Description//** **//Members//** * CreepAttribute [[creep#m_atb|m_Atb]] **//Public interface//** * [[creep#creep1|Creep]]() * MaterialItemTypeID [[creep#gettype|getType]]() * MaterialItemAttribute * [[creep#getattribute|getAttribute]]() * void [[creep#setattribute|setAttribute]](MaterialItemAttribute * pAttr) * void [[creep#write|write]](IOFile * io) * ErrorCode [[creep#read|read]](IOFile * io) * void [[creep#savetoxml|saveToXml]](XmlWriter * pWriter,XmlElement * pParent) * void [[creep#loadfromxml|loadFromXml]](XmlReader * pReader,XmlElement * pParent) * void [[creep#loadfromxml|loadFromXml]](const char * xml) * void [[creep#savetoxml|saveToXml]](const char * xml) ---- {{anchor:m_atb}} **CreepAttribute m_Atb** ---- {{anchor:creep1}} **Creep()** *function: *parameters: NULL *return value: {{anchor:gettype}} **MaterialItemTypeID getType()** *function: *parameters: NULL *return value: {{anchor:getattribute}} **MaterialItemAttribute * getAttribute()** *function: *parameters: NULL *return value: {{anchor:setattribute}} **void setAttribute(MaterialItemAttribute * pAttr)** *function: *parameters: - [i]MaterialItemAttribute * pAttr: *return value: {{anchor:write}} **void write(IOFile * io)** *function: *parameters: - [i]IOFile * io: *return value: {{anchor:read}} **ErrorCode read(IOFile * io)** *function: *parameters: - [i]IOFile * io: *return value: {{anchor:savetoxml}} **void saveToXml(XmlWriter * pWriter,XmlElement * pParent)** *function: *parameters: - [i]XmlWriter * pWriter: - [i]XmlElement * pParent: *return value: {{anchor:loadfromxml}} **void loadFromXml(XmlReader * pReader,XmlElement * pParent)** *function: *parameters: - [i]XmlReader * pReader: - [i]XmlElement * pParent: *return value: {{anchor:loadfromxml}} **void loadFromXml(const char * xml)** *function: *parameters: - [i]const char * xml: *return value: {{anchor:savetoxml}} **void saveToXml(const char * xml)** *function: *parameters: - [i]const char * xml: *return value: