diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-29 02:12:03 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-29 02:12:03 +1000 |
commit | 224ad2c2c07311475875d1d243354f8647112b45 (patch) | |
tree | c8247f22b4ddda345b7f35d7c6ead25d5e1f2791 /source/frontend/StarScriptPane.hpp | |
parent | 35fc2679dea7b625bf559c6855e101fc62e613f4 (diff) |
Reset script panes on character swap
Diffstat (limited to 'source/frontend/StarScriptPane.hpp')
-rw-r--r-- | source/frontend/StarScriptPane.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarScriptPane.hpp b/source/frontend/StarScriptPane.hpp index e7ed2ae..298d7c0 100644 --- a/source/frontend/StarScriptPane.hpp +++ b/source/frontend/StarScriptPane.hpp @@ -22,6 +22,8 @@ public: bool openWithInventory() const; + EntityId sourceEntityId() const; + LuaCallbacks makePaneCallbacks() override; private: UniverseClientPtr m_client; |