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

Method setProgress

source/game/StarQuests.cpp:520–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void Quest::setProgress(Maybe<float> const& progress) {
521 m_progress = progress;
522}
523
524void Quest::setCompassDirection(Maybe<float> const& compassDirection) {
525 m_compassDirection = compassDirection;

Callers 3

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected