OpenMW
|
#include "guiextensions.hpp"
#include <boost/algorithm/string.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 "../mwworld/esmstore.hpp"
#include "../mwbase/environment.hpp"
#include "../mwbase/windowmanager.hpp"
#include "interpretercontext.hpp"
Classes | |
class | MWScript::Gui::OpEnableWindow |
class | MWScript::Gui::OpEnableRest |
class | MWScript::Gui::OpShowDialogue |
class | MWScript::Gui::OpGetButtonPressed |
class | MWScript::Gui::OpToggleFogOfWar |
class | MWScript::Gui::OpToggleFullHelp |
class | MWScript::Gui::OpShowMap |
class | MWScript::Gui::OpFillMap |
Namespaces | |
namespace | MWScript |
MW-specific script extentions and integration of the script system into OpenMW. | |
namespace | MWScript::Gui |
GUI-related script functionality. | |
Functions | |
void | MWScript::Gui::installOpcodes (Interpreter::Interpreter &interpreter) |