MCPcopy 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
504Maybe<JsonArray> Quest::objectiveList() const {
505 return m_objectiveList;
506}
507
508Maybe<float> Quest::progress() const {
509 return m_progress;

Callers 2

makePlayerCallbacksMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected