Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 554 Bytes

bitburner.ns.atexit.md

File metadata and controls

32 lines (18 loc) · 554 Bytes

Home > bitburner > NS > atExit

NS.atExit() method

Add callback function when the script dies

Signature:

atExit(f: () => void): void;

Parameters

Parameter Type Description
f () => void

Returns:

void

Remarks

RAM cost: 0 GB

NS2 exclusive

Add callback to be executed when the script dies.