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

Function ckpt_title_id

common/script/checkpoint_api.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void ckpt_title_id(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
163{
164 HostTitle title = titleArg(ScriptArgs(Parser, Param, NumArgs, "title_id"), 0);
165 ReturnValue->Val->Pointer = strToRet(idToHex(title.id));
166}
167
168void ckpt_title_name(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
169{

Callers

nothing calls this directly

Calls 4

titleArgFunction · 0.85
ScriptArgsClass · 0.85
strToRetFunction · 0.85
idToHexFunction · 0.85

Tested by

no test coverage detected