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 | |
findLocalVariableIndex(const std::string &scriptId, const std::string &name, char type) const | MWScript::InterpreterContext | private |
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 |
getMemberLocals(std::string &id, bool global) const | MWScript::InterpreterContext | private |
getMemberLocals(std::string &id, bool global) | MWScript::InterpreterContext | private |
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 | |
getReferenceImp(const std::string &id="", bool activeOnly=false, bool doThrow=true) | MWScript::InterpreterContext | private |
getReferenceImp(const std::string &id="", bool activeOnly=false, bool doThrow=true) const | MWScript::InterpreterContext | private |
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 |
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 |
mLocals | MWScript::InterpreterContext | private |
mReference | MWScript::InterpreterContext | mutableprivate |
mTargetId | MWScript::InterpreterContext | private |
report(const std::string &message) | MWScript::InterpreterContext | 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 |