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

Method turnInQuests

source/game/StarNpc.cpp:924–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924StringSet Npc::turnInQuests() const {
925 return m_turnInQuests.get();
926}
927
928Vec2F Npc::questIndicatorPosition() const {
929 Vec2F pos = position() + m_questIndicatorOffset;

Callers 2

interactWithEntityMethod · 0.45
getQuestIndicatorMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected