OpenMW
|
#include "extensions.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/world.hpp"
#include "../mwbase/soundmanager.hpp"
#include "../mwbase/windowmanager.hpp"
#include "interpretercontext.hpp"
#include "ref.hpp"
Classes | |
class | MWScript::Sound::OpSay< R > |
class | MWScript::Sound::OpSayDone< R > |
class | MWScript::Sound::OpStreamMusic |
class | MWScript::Sound::OpPlaySound |
class | MWScript::Sound::OpPlaySoundVP |
class | MWScript::Sound::OpPlaySound3D< R > |
class | MWScript::Sound::OpPlaySoundVP3D< R > |
class | MWScript::Sound::OpStopSound< R > |
class | MWScript::Sound::OpGetSoundPlaying< R > |
Namespaces | |
namespace | MWScript |
MW-specific script extentions and integration of the script system into OpenMW. | |
namespace | MWScript::Sound |
Functions | |
void | MWScript::Sound::installOpcodes (Interpreter::Interpreter &interpreter) |