bitburner-src/markdown/bitburner.ns.toast.md
2021-11-03 20:19:52 -04:00

588 B

Home > bitburner > NS > toast

NS.toast() method

Queue a toast (bottom-right notification).

Signature:

toast(msg: any, variant?: string): void;

Parameters

Parameter Type Description
msg any Message in the toast.
variant string Type of toast, must be one of success, info, warning, error. Defaults to success.

Returns:

void