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

Method questValidOnServer

source/game/StarQuestManager.cpp:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437bool QuestManager::questValidOnServer(QuestPtr q) const {
438 return !(q->hideCrossServer() && q->serverUuid().isValid() && *q->serverUuid() != m_player->clientContext()->serverUuid());
439}
440
441}

Callers

nothing calls this directly

Calls 4

hideCrossServerMethod · 0.80
isValidMethod · 0.80
serverUuidMethod · 0.45
clientContextMethod · 0.45

Tested by

no test coverage detected