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

Method isTracked

source/game/StarQuestManager.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool QuestManager::isTracked(String const& questId) const {
167 return m_trackedQuestId == questId;
168}
169
170void QuestManager::setAsTracked(Maybe<String> const& questId) {
171 if (questId && isActive(*questId)) {

Callers 1

completeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected