OpenMW
|
#include "skyextensions.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 "interpretercontext.hpp"
Classes | |
class | MWScript::Sky::OpToggleSky |
class | MWScript::Sky::OpTurnMoonWhite |
class | MWScript::Sky::OpTurnMoonRed |
class | MWScript::Sky::OpGetMasserPhase |
class | MWScript::Sky::OpGetSecundaPhase |
class | MWScript::Sky::OpGetCurrentWeather |
class | MWScript::Sky::OpChangeWeather |
class | MWScript::Sky::OpModRegion |
Namespaces | |
MWScript | |
MW-specific script extensions and integration of the script system into OpenMW. | |
MWScript::Sky | |
sky-related script functionality | |
Functions | |
void | MWScript::Sky::installOpcodes (Interpreter::Interpreter &interpreter) |