Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ showDialog
Method
showDialog
source/game/StarQuests.cpp:333–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
bool Quest::showDialog() const {
334
return m_showDialog;
335
}
336
337
void Quest::setDialogShown() {
338
m_showDialog = false;
Callers
3
getFirstCompletableQuest
Method · 0.80
getFirstFailableQuest
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected