OpenMW
|
#include "animationextensions.hpp"
#include <stdexcept>
#include <limits>
#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/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 | |
MWScript | |
MW-specific script extensions and integration of the script system into OpenMW. | |
MWScript::Animation | |
Functions | |
void | MWScript::Animation::installOpcodes (Interpreter::Interpreter &interpreter) |