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

Method iterateObject

source/core/StarJson.cpp:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260Json::IteratorWrapper<JsonObject> Json::iterateObject() const {
261 return IteratorWrapper<JsonObject>{objectPtr()};
262}
263
264Maybe<Json> Json::opt() const {
265 if (isNull())

Callers 15

RadioMessageDatabaseMethod · 0.80
VehicleMethod · 0.80
DamageDatabaseMethod · 0.80
buildTreeVariantMethod · 0.80
buildGrassVariantMethod · 0.80
buildBushVariantMethod · 0.80
LiquidsDatabaseMethod · 0.80
TilesetMethod · 0.80
AiDatabaseMethod · 0.80
parseMissionMethod · 0.80
mergeConfigValuesMethod · 0.80
PlayerLogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected