Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
377
Maybe<Uuid> Quest::serverUuid() const {
378
return m_serverUuid;
379
}
380
381
void Quest::setWorldId(Maybe<WorldId> worldId) {
382
m_worldId = worldId;
Callers
6
diskLoad
Method · 0.45
setClientContext
Method · 0.45
interactWithEntity
Method · 0.45
init
Method · 0.45
questValidOnServer
Method · 0.45
makePlayerCallbacks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected