mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
work on making the netscript api tighter
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [atExit](./bitburner.ns.atexit.md)
|
||||
|
||||
## NS.atExit() method
|
||||
|
||||
Add callback function when the script dies
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
atExit(f: () => void): void;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| f | () => void | |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
void
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 0 GB
|
||||
|
||||
NS2 exclusive
|
||||
|
||||
Add callback to be executed when the script dies.
|
||||
|
||||
Reference in New Issue
Block a user