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

Method getUInt

source/core/StarJson.cpp:356–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356uint64_t Json::getUInt(size_t index) const {
357 return get(index).toUInt();
358}
359
360String Json::getString(size_t index) const {
361 return get(index).toString();

Callers 15

SpawnerMethod · 0.80
TileDamageParametersMethod · 0.80
spawnTypeFromJsonFunction · 0.80
constructSpawnProfileFunction · 0.80
WorldRegionMethod · 0.80
WorldTemplateMethod · 0.80
readJsonMethod · 0.80
BiomeMethod · 0.80
spawnNpcMethod · 0.80
LiquidsDatabaseMethod · 0.80
InterpolationTrackerMethod · 0.80

Calls 3

getFunction · 0.85
ptrFunction · 0.85
toUIntMethod · 0.80

Tested by

no test coverage detected