MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / dismissed

Method dismissed

source/frontend/StarContainerInterface.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void ContainerPane::dismissed() {
175 Pane::dismissed();
176
177 if (m_script) {
178 m_script->invoke("dismissed");
179 m_script->uninit();
180 }
181}
182
183bool ContainerPane::giveContainerResult(ContainerResult result) {
184 if (m_expectingSwap == ExpectingSwap::None)

Callers

nothing calls this directly

Calls 2

invokeMethod · 0.45
uninitMethod · 0.45

Tested by

no test coverage detected