| 75 | } |
| 76 | |
| 77 | void 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 | |
| 82 | void ckpt_progress_note(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs) |
| 83 | { |
nothing calls this directly
no test coverage detected