xoreos  0.0.5
Public Attributes | List of all members
Engines::DragonAge::Creature::EquipItem Struct Reference

An item equipped by the creature. More...

Collaboration diagram for Engines::DragonAge::Creature::EquipItem:
Collaboration graph
[legend]

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...
 

Detailed Description

An item equipped by the creature.

Definition at line 93 of file creature.h.

Member Data Documentation

◆ droopable

bool Engines::DragonAge::Creature::EquipItem::droopable

Does this item drop with the creature's death?

Definition at line 99 of file creature.h.

◆ resRef

Common::UString Engines::DragonAge::Creature::EquipItem::resRef

Name of the item blueprint resource.

Definition at line 94 of file creature.h.

◆ setNumber

int32 Engines::DragonAge::Creature::EquipItem::setNumber

ID of the set the item belongs to.

Definition at line 101 of file creature.h.

◆ slot

InventorySlot Engines::DragonAge::Creature::EquipItem::slot

The equipment slot the item occupies.

Definition at line 96 of file creature.h.

◆ stealable

bool Engines::DragonAge::Creature::EquipItem::stealable

Can this item be stolen?

Definition at line 98 of file creature.h.


The documentation for this struct was generated from the following file: