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

Method displayed

source/frontend/StarContainerInterface.cpp:161–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void ContainerPane::displayed() {
162 Pane::displayed();
163
164 m_expectingSwap = ExpectingSwap::None;
165
166 if (m_script) {
167 if (m_worldClient && m_worldClient->inWorld())
168 m_script->init(m_worldClient.get());
169
170 m_script->invoke("displayed");
171 }
172}
173
174void ContainerPane::dismissed() {
175 Pane::dismissed();

Callers

nothing calls this directly

Calls 4

inWorldMethod · 0.45
initMethod · 0.45
getMethod · 0.45
invokeMethod · 0.45

Tested by

no test coverage detected