MCPcopy 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
425void Quest::markAsRead() {
426 m_unread = false;
427}
428
429bool Quest::canTurnIn() const {
430 return m_canTurnIn;

Callers 2

craftMethod · 0.45
tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected