Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
364
JsonArray Json::getArray(size_t index) const {
365
return get(index).toArray();
366
}
367
368
JsonObject Json::getObject(size_t index) const {
369
return get(index).toObject();
Callers
15
compositeNode
Method · 0.80
Companion
Method · 0.80
init
Method · 0.80
processRule
Method · 0.80
Vehicle
Method · 0.80
WorldRegion
Method · 0.80
WorldLayout
Method · 0.80
WorldTemplate
Method · 0.80
readTenant
Method · 0.80
readJson
Method · 0.80
BushVariant
Method · 0.80
BiomePlaceables
Method · 0.80
Calls
3
get
Function · 0.85
ptr
Function · 0.85
toArray
Method · 0.80
Tested by
2
SpeciesDefinition
Method · 0.64
inspectionFailureText
Method · 0.64