MCPcopy 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
333bool Quest::showDialog() const {
334 return m_showDialog;
335}
336
337void Quest::setDialogShown() {
338 m_showDialog = false;

Callers 3

getFirstFailableQuestMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected