Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void BaseScriptPane::dismissed() {
64
Pane::dismissed();
65
m_script.invoke(
"dismissed"
);
66
m_script.uninit();
67
}
68
69
void BaseScriptPane::tick(float dt) {
70
Pane::tick(dt);
Callers
nothing calls this directly
Calls
2
invoke
Method · 0.45
uninit
Method · 0.45
Tested by
no test coverage detected