OpenMW
|
Go to the source code of this file.
Classes | |
class | MWMechanics::DerivedClassStorage< Base > |
stores one object of any class derived from Base. Requesting a certain derived class via get() either returns the stored object if it has the correct type or otherwise replaces it with an object of the requested type. More... | |
class | MWMechanics::AiSequence |
Sequence of AI-packages for a single actor. More... | |
Namespaces | |
MWWorld | |
World data. | |
ESM | |
ESM/ESP records. | |
ESM::AiSequence | |
MWMechanics | |
Game mechanics and NPC-AI. | |
Typedefs | |
typedef DerivedClassStorage < AiTemporaryBase > | MWMechanics::AiState |
Container for AI package status. More... | |