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

Method getString

source/core/StarJson.cpp:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360String Json::getString(size_t index) const {
361 return get(index).toString();
362}
363
364JsonArray Json::getArray(size_t index) const {
365 return get(index).toArray();

Callers 15

jsonToNodeParameterFunction · 0.80
jsonToNodeOutputFunction · 0.80
BehaviorDatabaseMethod · 0.80
buildTreeMethod · 0.80
compositeNodeMethod · 0.80
behaviorNodeMethod · 0.80
parsePersonalityArrayFunction · 0.80
HumanoidIdentityMethod · 0.80
loadConfigMethod · 0.80
createRadioMessageMethod · 0.80
podUuidMethod · 0.80

Calls 3

getFunction · 0.85
ptrFunction · 0.85
toStringMethod · 0.45

Tested by 2

SpeciesDefinitionMethod · 0.64
TESTFunction · 0.64