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

Method AnimatedPartSet

source/base/StarAnimatedPartSet.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Star {
5
6AnimatedPartSet::AnimatedPartSet() {}
7
8AnimatedPartSet::AnimatedPartSet(Json config) {
9 for (auto const& stateTypePair : config.get("stateTypes", JsonObject()).iterateObject()) {

Callers

nothing calls this directly

Calls 12

iterateObjectMethod · 0.80
getFloatMethod · 0.80
getBoolMethod · 0.80
getStringMethod · 0.80
getIntMethod · 0.80
sortByKeyMethod · 0.80
firstKeyMethod · 0.80
toObjectMethod · 0.80
getMethod · 0.45
getObjectMethod · 0.45
emptyMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected