mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 23:08:00 +03:00
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:
parent
35b27ea8cb
commit
27c84d6cb7
4 changed files with 49 additions and 27 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue