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

Function ckpt_progress_end

common/script/progress_api.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void ckpt_progress_end(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
78{
79 ScriptConsole::get().endLayer(layerArg(ScriptArgs(Parser, Param, NumArgs, "progress_end")));
80}
81
82void ckpt_progress_note(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
83{

Callers

nothing calls this directly

Calls 4

getFunction · 0.85
layerArgFunction · 0.85
ScriptArgsClass · 0.85
endLayerMethod · 0.80

Tested by

no test coverage detected