ConsoleInterpreterContext(Console &console, MWWorld::Ptr reference) | MWGui::ConsoleInterpreterContext | |
disable(const std::string &id="") | MWScript::InterpreterContext | virtual |
enable(const std::string &id="") | MWScript::InterpreterContext | virtual |
executeActivation(MWWorld::Ptr ptr, MWWorld::Ptr actor) | MWScript::InterpreterContext | |
getActionBinding(const std::string &action) const | MWScript::InterpreterContext | virtual |
getCurrentCellName() const | MWScript::InterpreterContext | virtual |
getDistance(const std::string &name, const std::string &id="") const | MWScript::InterpreterContext | virtual |
getGlobalFloat(const std::string &name) const | MWScript::InterpreterContext | virtual |
getGlobalLong(const std::string &name) const | MWScript::InterpreterContext | virtual |
getGlobals() const | MWScript::InterpreterContext | virtual |
getGlobalShort(const std::string &name) const | MWScript::InterpreterContext | virtual |
getGlobalType(const std::string &name) const | MWScript::InterpreterContext | virtual |
getLocalFloat(int index) const | MWScript::InterpreterContext | virtual |
getLocalLong(int index) const | MWScript::InterpreterContext | virtual |
getLocalShort(int index) const | MWScript::InterpreterContext | virtual |
getMemberFloat(const std::string &id, const std::string &name, bool global) const | MWScript::InterpreterContext | virtual |
getMemberLong(const std::string &id, const std::string &name, bool global) const | MWScript::InterpreterContext | virtual |
getMemberShort(const std::string &id, const std::string &name, bool global) const | MWScript::InterpreterContext | virtual |
getNPCClass() const | MWScript::InterpreterContext | virtual |
getNPCFaction() const | MWScript::InterpreterContext | virtual |
getNPCName() const | MWScript::InterpreterContext | virtual |
getNPCRace() const | MWScript::InterpreterContext | virtual |
getNPCRank() const | MWScript::InterpreterContext | virtual |
getPCBounty() const | MWScript::InterpreterContext | virtual |
getPCClass() const | MWScript::InterpreterContext | virtual |
getPCName() const | MWScript::InterpreterContext | virtual |
getPCNextRank() const | MWScript::InterpreterContext | virtual |
getPCRace() const | MWScript::InterpreterContext | virtual |
getPCRank() const | MWScript::InterpreterContext | virtual |
getReference(bool required=true) | MWScript::InterpreterContext | |
getSecondsPassed() const | MWScript::InterpreterContext | virtual |
getTargetId() const | MWScript::InterpreterContext | virtual |
InterpreterContext(MWScript::Locals *locals, MWWorld::Ptr reference, const std::string &targetId="") | MWScript::InterpreterContext | |
isDisabled(const std::string &id="") const | MWScript::InterpreterContext | virtual |
isScriptRunning(const std::string &name) const | MWScript::InterpreterContext | virtual |
mConsole | MWGui::ConsoleInterpreterContext | private |
menuMode() | MWScript::InterpreterContext | virtual |
messageBox(const std::string &message, const std::vector< std::string > &buttons) | MWScript::InterpreterContext | virtual |
Interpreter::Context::messageBox(const std::string &message) | Interpreter::Context | inline |
report(const std::string &message) | MWGui::ConsoleInterpreterContext | virtual |
setGlobalFloat(const std::string &name, float value) | MWScript::InterpreterContext | virtual |
setGlobalLong(const std::string &name, int value) | MWScript::InterpreterContext | virtual |
setGlobalShort(const std::string &name, int value) | MWScript::InterpreterContext | virtual |
setLocalFloat(int index, float value) | MWScript::InterpreterContext | virtual |
setLocalLong(int index, int value) | MWScript::InterpreterContext | virtual |
setLocalShort(int index, int value) | MWScript::InterpreterContext | virtual |
setMemberFloat(const std::string &id, const std::string &name, float value, bool global) | MWScript::InterpreterContext | virtual |
setMemberLong(const std::string &id, const std::string &name, int value, bool global) | MWScript::InterpreterContext | virtual |
setMemberShort(const std::string &id, const std::string &name, int value, bool global) | MWScript::InterpreterContext | virtual |
startScript(const std::string &name, const std::string &targetId="") | MWScript::InterpreterContext | virtual |
stopScript(const std::string &name) | MWScript::InterpreterContext | virtual |
updatePtr(const MWWorld::Ptr &base, const MWWorld::Ptr &updated) | MWScript::InterpreterContext | |
~Context() | Interpreter::Context | inlinevirtual |