the reference for a targeted script is now determined when needed instead of at the start of the script execution

This commit is contained in:
Marc Zinnschlag 2014-07-17 13:36:55 +02:00
parent 35b27ea8cb
commit 27c84d6cb7
4 changed files with 49 additions and 27 deletions

View file

@ -108,6 +108,8 @@ namespace Interpreter
virtual void setMemberFloat (const std::string& id, const std::string& name, float value, bool global)
= 0;
virtual std::string getTargetId() const = 0;
};
}