Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
BushVariant::BushVariant() : baseHueShift(), modHueShift(), ceiling(), ephemeral() {}
73
74
BushVariant::BushVariant(Json const& variant) {
75
bushName = variant.getString(
"bushName"
);
Callers
nothing calls this directly
Calls
8
jsonToStringList
Function · 0.85
TileDamageParameters
Class · 0.85
getString
Method · 0.80
getArray
Method · 0.80
getFloat
Method · 0.80
getBool
Method · 0.80
transformed
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected