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

Method displayed

source/frontend/StarShadersMenu.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void ShadersMenu::displayed() {
14 m_script.setLuaRoot(m_client->luaRoot());
15 BaseScriptPane::displayed();
16}
17
18void ShadersMenu::dismissed() {
19 BaseScriptPane::dismissed();

Callers

nothing calls this directly

Calls 2

setLuaRootMethod · 0.80
luaRootMethod · 0.45

Tested by

no test coverage detected