OpenMW
|
#include "dialogueextensions.hpp"
#include <components/compiler/extensions.hpp>
#include <components/compiler/opcodes.hpp>
#include <components/interpreter/interpreter.hpp>
#include <components/interpreter/runtime.hpp>
#include <components/interpreter/opcodes.hpp>
#include "../mwbase/environment.hpp"
#include "../mwbase/dialoguemanager.hpp"
#include "../mwbase/journal.hpp"
#include "../mwbase/world.hpp"
#include "../mwworld/class.hpp"
#include "../mwmechanics/npcstats.hpp"
#include "interpretercontext.hpp"
#include "ref.hpp"
Namespaces | |
MWScript | |
MW-specific script extensions and integration of the script system into OpenMW. | |
MWScript::Dialogue | |
Dialogue/Journal-related script functionality. | |
Functions | |
void | MWScript::Dialogue::installOpcodes (Interpreter::Interpreter &interpreter) |