MCPcopy 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
78SpawnProfile::SpawnProfile() {}
79
80SpawnProfile::SpawnProfile(Json const& config) {
81 spawnTypes = jsonToStringSet(config.get("spawnTypes", JsonArray()));

Callers

nothing calls this directly

Calls 2

jsonToStringSetFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected