OpenMW
|
#include "cellextensions.hpp"
#include "../mwworld/esmstore.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 "../mwworld/player.hpp"
#include "interpretercontext.hpp"
Classes | |
class | MWScript::Cell::OpCellChanged |
class | MWScript::Cell::OpCOC |
class | MWScript::Cell::OpCOE |
class | MWScript::Cell::OpGetInterior |
class | MWScript::Cell::OpGetPCCell |
class | MWScript::Cell::OpGetWaterLevel |
class | MWScript::Cell::OpSetWaterLevel |
class | MWScript::Cell::OpModWaterLevel |
Namespaces | |
namespace | MWScript |
MW-specific script extentions and integration of the script system into OpenMW. | |
namespace | MWScript::Cell |
cell-related script functionality | |
Functions | |
void | MWScript::Cell::installOpcodes (Interpreter::Interpreter &interpreter) |