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

Method unread

source/game/StarQuests.cpp:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421bool Quest::unread() const {
422 return m_unread;
423}
424
425void Quest::markAsRead() {
426 m_unread = false;

Callers 1

showQuestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected