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

Method getArray

source/core/StarJson.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364JsonArray Json::getArray(size_t index) const {
365 return get(index).toArray();
366}
367
368JsonObject Json::getObject(size_t index) const {
369 return get(index).toObject();

Callers 15

compositeNodeMethod · 0.80
CompanionMethod · 0.80
initMethod · 0.80
processRuleMethod · 0.80
VehicleMethod · 0.80
WorldRegionMethod · 0.80
WorldLayoutMethod · 0.80
WorldTemplateMethod · 0.80
readTenantMethod · 0.80
readJsonMethod · 0.80
BushVariantMethod · 0.80
BiomePlaceablesMethod · 0.80

Calls 3

getFunction · 0.85
ptrFunction · 0.85
toArrayMethod · 0.80

Tested by 2

SpeciesDefinitionMethod · 0.64
inspectionFailureTextMethod · 0.64