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

Class SpawnProfile

source/game/StarSpawnTypeDatabase.hpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66SpawnType spawnTypeFromJson(Json const& config);
67
68struct SpawnProfile {
69 SpawnProfile();
70 SpawnProfile(Json const& config);
71 SpawnProfile(StringSet spawnTypes, Json monsterParameters);
72
73 Json toJson() const;
74
75 StringSet spawnTypes;
76 Json monsterParameters;
77};
78
79SpawnProfile constructSpawnProfile(Json const& config, uint64_t seed);
80

Callers 1

BiomeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected