mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
13 lines
235 B
ReStructuredText
13 lines
235 B
ReStructuredText
|
clear() Netscript Function
|
||
|
=======================================
|
||
|
|
||
|
.. js:function:: clear()
|
||
|
|
||
|
:RAM cost: 0 GB
|
||
|
|
||
|
Completely clear Stanek's Gift.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
.. code-block:: javascript
|
||
|
clear(); // No more fragments.
|