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

Method serverUuid

source/game/StarQuests.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377Maybe<Uuid> Quest::serverUuid() const {
378 return m_serverUuid;
379}
380
381void Quest::setWorldId(Maybe<WorldId> worldId) {
382 m_worldId = worldId;

Callers 6

diskLoadMethod · 0.45
setClientContextMethod · 0.45
interactWithEntityMethod · 0.45
initMethod · 0.45
questValidOnServerMethod · 0.45
makePlayerCallbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected