Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
429
bool Quest::canTurnIn() const {
430
return m_canTurnIn;
431
}
432
433
String Quest::questGiverIndicator() const {
434
return getTemplate()->questGiverIndicator;
Callers
2
interactWithEntity
Method · 0.45
makePlayerCallbacks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected