Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
QuestState Quest::state() const {
330
return m_state;
331
}
332
333
bool Quest::showDialog() const {
334
return m_showDialog;
Callers
15
questFilter
Function · 0.45
canStart
Method · 0.45
hasAcceptedQuest
Method · 0.45
isActive
Method · 0.45
hasCompleted
Method · 0.45
canTurnIn
Method · 0.45
getFirstNewQuest
Method · 0.45
getFirstCompletableQuest
Method · 0.45
getFirstFailableQuest
Method · 0.45
getFirstMainQuest
Method · 0.45
listActiveQuests
Method · 0.45
listCompletedQuests
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected