Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
924
StringSet Npc::turnInQuests() const {
925
return m_turnInQuests.get();
926
}
927
928
Vec2F Npc::questIndicatorPosition() const {
929
Vec2F pos = position() + m_questIndicatorOffset;
Callers
2
interactWithEntity
Method · 0.45
getQuestIndicator
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected