Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setDialogShown
Method
setDialogShown
source/game/StarQuests.cpp:337–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
void Quest::setDialogShown() {
338
m_showDialog = false;
339
}
340
341
void Quest::setEntityParameter(String const& paramName, EntityConstPtr const& entity) {
342
setEntityParameter(paramName, entity.get());
Callers
1
pollDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected