Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ getBool
Method
getBool
source/core/StarJson.cpp:348–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
bool Json::getBool(size_t index) const {
349
return get(index).toBool();
350
}
351
352
int64_t Json::getInt(size_t index) const {
353
return get(index).toInt();
Callers
15
Spawner
Method · 0.80
Drawable
Method · 0.80
loadConfig
Method · 0.80
createRadioMessage
Method · 0.80
processRule
Method · 0.80
Vehicle
Method · 0.80
diskLoad
Method · 0.80
WorldRegion
Method · 0.80
WorldTemplate
Method · 0.80
readJson
Method · 0.80
ActorMovementModifiers
Method · 0.80
loadState
Method · 0.80
Calls
3
get
Function · 0.85
ptr
Function · 0.85
toBool
Method · 0.80
Tested by
1
SpeciesDefinition
Method · 0.64