OpenMW
Classes | Namespaces | Functions
apps/openmw/mwscript/animationextensions.cpp File Reference
#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)