Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setReadOnly
Method
setReadOnly
source/frontend/StarCharSelection.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void CharSelectionPane::setReadOnly(bool readOnly) {
134
findChild(
"createCharButton"
)->setVisibility(!(m_readOnly = readOnly));
135
}
136
137
}
Callers
2
JsonEditor
Method · 0.80
MainInterface
Method · 0.80
Calls
1
setVisibility
Method · 0.80
Tested by
no test coverage detected