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

Method worldSeed

source/game/StarWorldTemplate.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126uint64_t WorldTemplate::worldSeed() const {
127 return m_seed;
128}
129
130String WorldTemplate::worldName() const {
131 return m_worldName;

Callers 6

spawnSeedMethod · 0.80
placeBiomeGrassMethod · 0.80
reapplyBiomeMethod · 0.80
setPlanetTypeMethod · 0.80
initMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected