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

Method state

source/game/StarQuests.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329QuestState Quest::state() const {
330 return m_state;
331}
332
333bool Quest::showDialog() const {
334 return m_showDialog;

Callers 15

questFilterFunction · 0.45
canStartMethod · 0.45
hasAcceptedQuestMethod · 0.45
isActiveMethod · 0.45
hasCompletedMethod · 0.45
canTurnInMethod · 0.45
getFirstNewQuestMethod · 0.45
getFirstFailableQuestMethod · 0.45
getFirstMainQuestMethod · 0.45
listActiveQuestsMethod · 0.45
listCompletedQuestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected