MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / titleArg

Function titleArg

common/script/checkpoint_api.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 HostTitle titleArg(const ScriptArgs& args, int i)
86 {
87 const int idx = titleIndexArg(args, i);
88 HostTitle title;
89 host().titleAt(idx, title);
90 return title;
91 }
92
93 // An open save-archive handle: a stale one (closed, or from a previous run)
94 // is as much a script bug as an out-of-range index.

Callers 6

ckpt_title_idFunction · 0.85
ckpt_title_nameFunction · 0.85
ckpt_title_product_codeFunction · 0.85
ckpt_title_is_cartFunction · 0.85
ckpt_title_has_saveFunction · 0.85
ckpt_title_has_extdataFunction · 0.85

Calls 2

titleIndexArgFunction · 0.85
titleAtMethod · 0.45

Tested by

no test coverage detected