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

Method location

source/game/StarQuests.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373Maybe<pair<Vec3I, SystemLocation>> Quest::location() const {
374 return m_location;
375}
376
377Maybe<Uuid> Quest::serverUuid() const {
378 return m_serverUuid;

Callers 15

chunkIndexForMethod · 0.45
coordinateValidMethod · 0.45
parametersMethod · 0.45
hasChildrenMethod · 0.45
childOrbitsMethod · 0.45
updateParametersMethod · 0.45
signalSystemMethod · 0.45
reloadPlayerMethod · 0.45
addOrbitBookmarkMethod · 0.45
removeOrbitBookmarkMethod · 0.45
worldBookmarkMethod · 0.45
systemBookmarksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected