Go to the documentation of this file.
54 if(node->tag() ==
"fixed-creature-size")
56 else if(node->tag() ==
"outfit-id") {
58 outfit.
setId(node->value<
int>());
61 else if(node->tag() ==
"outfit-head") {
63 outfit.
setHead(node->value<
int>());
66 else if(node->tag() ==
"outfit-body") {
68 outfit.
setBody(node->value<
int>());
71 else if(node->tag() ==
"outfit-legs") {
73 outfit.
setLegs(node->value<
int>());
76 else if(node->tag() ==
"outfit-feet") {
78 outfit.
setFeet(node->value<
int>());
virtual void setColor(const Color &color)
void drawOutfit(const Rect &destRect, bool resize)
void onStyleApply(const std::string &styleName, const OTMLNodePtr &styleNode)
void setFixedCreatureSize(bool fixed)
void setDirection(Otc::Direction direction)
stdext::shared_object_ptr< Creature > CreaturePtr
stdext::boolean< false > m_fixedCreatureSize
void drawSelf(Fw::DrawPane drawPane)
void setOutfit(const Outfit &outfit)
void setOutfit(const Outfit &outfit)