|
xoreos
0.0.5
|
A node in the RIM tree. More...

Public Types | |
| typedef Common::PtrVector< const RIMNode > | Children |
Public Member Functions | |
| RIMNode (const RIMNode *p=0) | |
Public Attributes | |
| Common::UString | tag |
| Name of the node itself, not unique. More... | |
| Common::UString | area |
| ResRef of the area this node describes, if any. More... | |
| Common::UString | environment |
| Directory in which to find environment resources. More... | |
| Common::UString | rim |
| The module RIM file. More... | |
| Common::UString | rimFXE |
| The RIM file containing facial animations (FXE). More... | |
| const RIMNode * | parent |
| Children | children |
A node in the RIM tree.
Definition at line 101 of file campaign.h.
Definition at line 102 of file campaign.h.
| Engines::DragonAge2::Campaign::RIMNode::RIMNode | ( | const RIMNode * | p = 0 | ) |
Definition at line 57 of file campaign.cpp.
| Common::UString Engines::DragonAge2::Campaign::RIMNode::area |
ResRef of the area this node describes, if any.
Definition at line 105 of file campaign.h.
| Children Engines::DragonAge2::Campaign::RIMNode::children |
Definition at line 112 of file campaign.h.
| Common::UString Engines::DragonAge2::Campaign::RIMNode::environment |
Directory in which to find environment resources.
Definition at line 107 of file campaign.h.
| const RIMNode* Engines::DragonAge2::Campaign::RIMNode::parent |
Definition at line 111 of file campaign.h.
| Common::UString Engines::DragonAge2::Campaign::RIMNode::rim |
The module RIM file.
Definition at line 108 of file campaign.h.
| Common::UString Engines::DragonAge2::Campaign::RIMNode::rimFXE |
The RIM file containing facial animations (FXE).
Definition at line 109 of file campaign.h.
| Common::UString Engines::DragonAge2::Campaign::RIMNode::tag |
Name of the node itself, not unique.
Definition at line 104 of file campaign.h.
1.8.14