Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
uint64_t WorldTemplate::worldSeed() const {
127
return m_seed;
128
}
129
130
String WorldTemplate::worldName() const {
131
return m_worldName;
Callers
6
spawnSeed
Method · 0.80
placeBiomeGrass
Method · 0.80
reapplyBiome
Method · 0.80
setPlanetType
Method · 0.80
init
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected