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

Method diskLoad

source/game/StarQuestDescriptor.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107QuestParam QuestParam::diskLoad(Json const& json) {
108 return QuestParam{
109 questParamDetailDiskLoad(json), json.optString("name"), json.opt("portrait"), json.optString("indicator")};
110}
111
112Json questParamDetailToJson(QuestParamDetail const& detail) {
113 if (detail.is<QuestItem>()) {

Callers

nothing calls this directly

Calls 13

questParamDetailDiskLoadFunction · 0.85
singletonClass · 0.85
questParamsDiskLoadFunction · 0.85
randu64Function · 0.85
optStringMethod · 0.80
versioningDatabaseMethod · 0.80
getStringMethod · 0.80
getUIntMethod · 0.80
getArrayMethod · 0.80
optMethod · 0.45
loadVersionedJsonMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected