Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
352
int64_t Json::getInt(size_t index) const {
353
return get(index).toInt();
354
}
355
356
uint64_t Json::getUInt(size_t index) const {
357
return get(index).toUInt();
Callers
15
Spawner
Method · 0.80
createRadioMessage
Method · 0.80
init
Method · 0.80
WorldRegion
Method · 0.80
WorldLayout
Method · 0.80
findSensiblePlayerStart
Method · 0.80
WorldTemplate
Method · 0.80
updateStatus
Method · 0.80
BiomePlaceables
Method · 0.80
Tileset
Method · 0.80
update
Method · 0.80
queueUpdatePackets
Method · 0.80
Calls
3
get
Function · 0.85
ptr
Function · 0.85
toInt
Method · 0.80
Tested by
1
TEST
Function · 0.64