xoreos
0.0.5
|
A part of a creature body. More...
Public Member Functions | |
BodyPart () | |
Public Attributes | |
uint32 | id |
Index of the part variant. More... | |
uint32 | idArmor |
Index of the part variant when armour equipped. More... | |
Common::UString | modelName |
Name of the model. More... | |
Common::UString | textureName |
Name of the texture. More... | |
std::list< Graphics::Aurora::TextureHandle > | textures |
Actual textures loaded by the part's model. More... | |
A part of a creature body.
Definition at line 310 of file creature.h.
Engines::NWN::Creature::BodyPart::BodyPart | ( | ) |
Definition at line 67 of file creature.cpp.
uint32 Engines::NWN::Creature::BodyPart::id |
Index of the part variant.
Definition at line 311 of file creature.h.
uint32 Engines::NWN::Creature::BodyPart::idArmor |
Index of the part variant when armour equipped.
Definition at line 312 of file creature.h.
Common::UString Engines::NWN::Creature::BodyPart::modelName |
Name of the model.
Definition at line 314 of file creature.h.
Common::UString Engines::NWN::Creature::BodyPart::textureName |
Name of the texture.
Definition at line 315 of file creature.h.
std::list<Graphics::Aurora::TextureHandle> Engines::NWN::Creature::BodyPart::textures |
Actual textures loaded by the part's model.
Definition at line 318 of file creature.h.