Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
uint64_t Json::getUInt(size_t index) const {
357
return get(index).toUInt();
358
}
359
360
String Json::getString(size_t index) const {
361
return get(index).toString();
Callers
15
Spawner
Method · 0.80
PatternedNameGenerator
Method · 0.80
TileDamageParameters
Method · 0.80
spawnTypeFromJson
Function · 0.80
constructSpawnProfile
Function · 0.80
WorldRegion
Method · 0.80
WorldTemplate
Method · 0.80
readJson
Method · 0.80
Biome
Method · 0.80
spawnNpc
Method · 0.80
LiquidsDatabase
Method · 0.80
InterpolationTracker
Method · 0.80
Calls
3
get
Function · 0.85
ptr
Function · 0.85
toUInt
Method · 0.80
Tested by
no test coverage detected