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

Method progress

source/game/StarQuests.cpp:508–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508Maybe<float> Quest::progress() const {
509 return m_progress;
510}
511
512Maybe<float> Quest::compassDirection() const {
513 return m_compassDirection;

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected