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

Method BushVariant

source/game/StarPlantDatabase.cpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72BushVariant::BushVariant() : baseHueShift(), modHueShift(), ceiling(), ephemeral() {}
73
74BushVariant::BushVariant(Json const& variant) {
75 bushName = variant.getString("bushName");

Callers

nothing calls this directly

Calls 8

jsonToStringListFunction · 0.85
getStringMethod · 0.80
getArrayMethod · 0.80
getFloatMethod · 0.80
getBoolMethod · 0.80
transformedMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected