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

Function titleArg

common/script/checkpoint_api.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 HostTitle titleArg(const ScriptArgs& args, int i)
87 {
88 const int idx = titleIndexArg(args, i);
89 HostTitle title;
90 host().titleAt(idx, title);
91 return title;
92 }
93
94 // An open save-archive handle: a stale one (closed, or from a previous run)
95 // 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