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

Method dismissed

source/frontend/StarBaseScriptPane.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void BaseScriptPane::dismissed() {
64 Pane::dismissed();
65 m_script.invoke("dismissed");
66 m_script.uninit();
67}
68
69void BaseScriptPane::tick(float dt) {
70 Pane::tick(dt);

Callers

nothing calls this directly

Calls 2

invokeMethod · 0.45
uninitMethod · 0.45

Tested by

no test coverage detected