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

Method failureText

source/game/StarQuests.cpp:405–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405String Quest::failureText() const {
406 return m_failureText;
407}
408
409size_t Quest::money() const {
410 return m_money;

Callers 1

QuestFailedInterfaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected