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

Method SpawnParameters

source/game/StarSpawnTypeDatabase.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace Star {
7
8SpawnParameters::SpawnParameters(Set<Area> areas, Region region, Time time) : areas(areas), region(region), time(time) {}
9
10SpawnParameters::SpawnParameters(Json const& config) {
11 if (config.isNull()) {

Callers

nothing calls this directly

Calls 6

optStringMethod · 0.80
optArrayMethod · 0.80
getStringMethod · 0.80
isNullMethod · 0.45
addMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected