, including all inherited members.
disable(const std::string &id="")=0 | Interpreter::Context | [pure virtual] |
enable(const std::string &id="")=0 | Interpreter::Context | [pure virtual] |
getActionBinding(const std::string &action) const =0 | Interpreter::Context | [pure virtual] |
getCurrentCellName() const =0 | Interpreter::Context | [pure virtual] |
getDistance(const std::string &name, const std::string &id="") const =0 | Interpreter::Context | [pure virtual] |
getGlobalFloat(const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
getGlobalLong(const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
getGlobals() const =0 | Interpreter::Context | [pure virtual] |
getGlobalShort(const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
getGlobalType(const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
getLocalFloat(int index) const =0 | Interpreter::Context | [pure virtual] |
getLocalLong(int index) const =0 | Interpreter::Context | [pure virtual] |
getLocalShort(int index) const =0 | Interpreter::Context | [pure virtual] |
getMemberFloat(const std::string &id, const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
getMemberLong(const std::string &id, const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
getMemberShort(const std::string &id, const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
getNPCClass() const =0 | Interpreter::Context | [pure virtual] |
getNPCFaction() const =0 | Interpreter::Context | [pure virtual] |
getNPCName() const =0 | Interpreter::Context | [pure virtual] |
getNPCRace() const =0 | Interpreter::Context | [pure virtual] |
getNPCRank() const =0 | Interpreter::Context | [pure virtual] |
getPCBounty() const =0 | Interpreter::Context | [pure virtual] |
getPCClass() const =0 | Interpreter::Context | [pure virtual] |
getPCName() const =0 | Interpreter::Context | [pure virtual] |
getPCNextRank() const =0 | Interpreter::Context | [pure virtual] |
getPCRace() const =0 | Interpreter::Context | [pure virtual] |
getPCRank() const =0 | Interpreter::Context | [pure virtual] |
getSecondsPassed() const =0 | Interpreter::Context | [pure virtual] |
isDisabled(const std::string &id="") const =0 | Interpreter::Context | [pure virtual] |
isScriptRunning(const std::string &name) const =0 | Interpreter::Context | [pure virtual] |
menuMode()=0 | Interpreter::Context | [pure virtual] |
messageBox(const std::string &message, const std::vector< std::string > &buttons)=0 | Interpreter::Context | [pure virtual] |
messageBox(const std::string &message) | Interpreter::Context | [inline] |
report(const std::string &message)=0 | Interpreter::Context | [pure virtual] |
setGlobalFloat(const std::string &name, float value)=0 | Interpreter::Context | [pure virtual] |
setGlobalLong(const std::string &name, int value)=0 | Interpreter::Context | [pure virtual] |
setGlobalShort(const std::string &name, int value)=0 | Interpreter::Context | [pure virtual] |
setLocalFloat(int index, float value)=0 | Interpreter::Context | [pure virtual] |
setLocalLong(int index, int value)=0 | Interpreter::Context | [pure virtual] |
setLocalShort(int index, int value)=0 | Interpreter::Context | [pure virtual] |
setMemberFloat(const std::string &id, const std::string &name, float value)=0 | Interpreter::Context | [pure virtual] |
setMemberLong(const std::string &id, const std::string &name, int value)=0 | Interpreter::Context | [pure virtual] |
setMemberShort(const std::string &id, const std::string &name, int value)=0 | Interpreter::Context | [pure virtual] |
startScript(const std::string &name)=0 | Interpreter::Context | [pure virtual] |
stopScript(const std::string &name)=0 | Interpreter::Context | [pure virtual] |
~Context() | Interpreter::Context | [inline, virtual] |