Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ objectiveList
Method
objectiveList
source/game/StarQuests.cpp:504–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
Maybe<JsonArray> Quest::objectiveList() const {
505
return m_objectiveList;
506
}
507
508
Maybe<float> Quest::progress() const {
509
return m_progress;
Callers
2
makePlayerCallbacks
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected