xoreos
0.0.5
|
An item equipped by the creature. More...
Public Attributes | |
Common::UString | resRef |
Name of the item blueprint resource. More... | |
InventorySlot | slot |
The equipment slot the item occupies. More... | |
bool | stealable |
Can this item be stolen? More... | |
bool | droopable |
Does this item drop with the creature's death? More... | |
int32 | setNumber |
ID of the set the item belongs to. More... | |
An item equipped by the creature.
Definition at line 93 of file creature.h.
bool Engines::DragonAge::Creature::EquipItem::droopable |
Does this item drop with the creature's death?
Definition at line 99 of file creature.h.
Common::UString Engines::DragonAge::Creature::EquipItem::resRef |
Name of the item blueprint resource.
Definition at line 94 of file creature.h.
int32 Engines::DragonAge::Creature::EquipItem::setNumber |
ID of the set the item belongs to.
Definition at line 101 of file creature.h.
InventorySlot Engines::DragonAge::Creature::EquipItem::slot |
The equipment slot the item occupies.
Definition at line 96 of file creature.h.
bool Engines::DragonAge::Creature::EquipItem::stealable |
Can this item be stolen?
Definition at line 98 of file creature.h.