OpenMW
|
#include <locals.hpp>
Public Member Functions | |
void | configure (const ESM::Script &script) |
bool | setVarByInt (const std::string &script, const std::string &var, int val) |
int | getIntVar (const std::string &script, const std::string &var) |
if var does not exist, returns 0 | |
Public Attributes | |
std::vector < Interpreter::Type_Short > | mShorts |
std::vector < Interpreter::Type_Integer > | mLongs |
std::vector < Interpreter::Type_Float > | mFloats |
void MWScript::Locals::configure | ( | const ESM::Script & | script | ) |
int MWScript::Locals::getIntVar | ( | const std::string & | script, |
const std::string & | var | ||
) |
if var does not exist, returns 0
bool MWScript::Locals::setVarByInt | ( | const std::string & | script, |
const std::string & | var, | ||
int | val | ||
) |
std::vector<Interpreter::Type_Float> MWScript::Locals::mFloats |
std::vector<Interpreter::Type_Integer> MWScript::Locals::mLongs |
std::vector<Interpreter::Type_Short> MWScript::Locals::mShorts |