OpenMW
|
#include "defines.hpp"
#include <sstream>
#include <string>
#include <vector>
#include <iostream>
#include <components/misc/stringops.hpp>
Namespaces | |
Interpreter | |
script interpreter | |
Functions | |
bool | Interpreter::check (const std::string &str, const std::string &escword, unsigned int *i, unsigned int *start) |
bool | Interpreter::longerStr (const std::string &a, const std::string &b) |
std::string | Interpreter::fixDefinesReal (std::string text, bool dialogue, Context &context) |
std::string | Interpreter::fixDefinesDialog (const std::string &text, Context &context) |
std::string | Interpreter::fixDefinesMsgBox (const std::string &text, Context &context) |
std::string | Interpreter::fixDefinesBook (const std::string &text, Context &context) |
Variables | |
std::vector< std::string > | Interpreter::globals |