From 224ad2c2c07311475875d1d243354f8647112b45 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 29 Jul 2023 02:12:03 +1000 Subject: Reset script panes on character swap --- source/frontend/StarScriptPane.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/frontend/StarScriptPane.hpp') 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; -- cgit v1.2.3