| 80 | } |
| 81 | |
| 82 | void ckpt_progress_note(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs) |
| 83 | { |
| 84 | const ScriptArgs args(Parser, Param, NumArgs, "progress_note"); |
| 85 | ScriptConsole::get().setIoNote(args.strOr(0, "")); |
| 86 | } |
| 87 | |
| 88 | void ckpt_progress_clear(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs) |
| 89 | { |