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

Method canTurnIn

source/game/StarQuests.cpp:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429bool Quest::canTurnIn() const {
430 return m_canTurnIn;
431}
432
433String Quest::questGiverIndicator() const {
434 return getTemplate()->questGiverIndicator;

Callers 2

interactWithEntityMethod · 0.45
makePlayerCallbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected