Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ markAsRead
Method
markAsRead
source/game/StarQuests.cpp:425–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
void Quest::markAsRead() {
426
m_unread = false;
427
}
428
429
bool Quest::canTurnIn() const {
430
return m_canTurnIn;
Callers
2
craft
Method · 0.45
tick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected