Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ SpawnProfile
Method
SpawnProfile
source/game/StarSpawnTypeDatabase.cpp:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
SpawnProfile::SpawnProfile() {}
79
80
SpawnProfile::SpawnProfile(Json const& config) {
81
spawnTypes = jsonToStringSet(config.get(
"spawnTypes"
, JsonArray()));
Callers
nothing calls this directly
Calls
2
jsonToStringSet
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected