|
OpenMW
|
#include "animationextensions.hpp"#include <stdexcept>#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/mechanicsmanager.hpp"#include "interpretercontext.hpp"#include "ref.hpp"Classes | |
| class | MWScript::Animation::OpSkipAnim< R > |
| class | MWScript::Animation::OpPlayAnim< R > |
| class | MWScript::Animation::OpLoopAnim< R > |
Namespaces | |
| namespace | MWScript |
MW-specific script extentions and integration of the script system into OpenMW. | |
| namespace | MWScript::Animation |
Functions | |
| void | MWScript::Animation::installOpcodes (Interpreter::Interpreter &interpreter) |
1.7.6.1