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

Method getInt

source/core/StarJson.cpp:352–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352int64_t Json::getInt(size_t index) const {
353 return get(index).toInt();
354}
355
356uint64_t Json::getUInt(size_t index) const {
357 return get(index).toUInt();

Callers 15

SpawnerMethod · 0.80
createRadioMessageMethod · 0.80
initMethod · 0.80
WorldRegionMethod · 0.80
WorldLayoutMethod · 0.80
WorldTemplateMethod · 0.80
updateStatusMethod · 0.80
BiomePlaceablesMethod · 0.80
TilesetMethod · 0.80
updateMethod · 0.80
queueUpdatePacketsMethod · 0.80

Calls 3

getFunction · 0.85
ptrFunction · 0.85
toIntMethod · 0.80

Tested by 1

TESTFunction · 0.64