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

Method completionText

source/game/StarQuests.cpp:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401String Quest::completionText() const {
402 return m_completionText;
403}
404
405String Quest::failureText() const {
406 return m_failureText;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected