2018-01-09 21:48:06 +01:00
|
|
|
Netscript Documentation
|
|
|
|
=======================
|
|
|
|
Netscript is the programming language used in the world of Bitburner.
|
|
|
|
|
|
|
|
When you write scripts in Bitburner, they are written in the Netscript language.
|
|
|
|
Netscript is simply a tiny subset of Javascript. This means that Netscript's
|
|
|
|
syntax is almost idental to Javascript's, but it does not implement many of the
|
|
|
|
features that Javascript has.
|
|
|
|
|
|
|
|
If you have any requests or suggestions to improve the Netscript language, feel free
|
|
|
|
to reach out to the developer!
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 5
|
|
|
|
:caption: Sections:
|
|
|
|
|
2018-07-24 20:29:38 +02:00
|
|
|
Learn to Program <netscriptlearntoprogram>
|
|
|
|
Netscript 1.0 <netscript1>
|
2018-05-17 19:10:12 +02:00
|
|
|
NetscriptJS (Netscript 2.0) <netscriptjs>
|
2018-01-09 21:48:06 +01:00
|
|
|
Script Arguments <netscriptscriptarguments>
|
|
|
|
Basic Functions <netscriptfunctions>
|
|
|
|
Advanced Functions <netscriptadvancedfunctions>
|
|
|
|
Hacknet Node API <netscripthacknetnodeapi>
|
|
|
|
Trade Information eXchange (TIX) API <netscriptixapi>
|
|
|
|
Singularity Functions <netscriptsingularityfunctions>
|
2018-06-25 21:07:03 +02:00
|
|
|
Bladeburner API <netscriptbladeburnerapi>
|
2018-02-24 23:55:06 +01:00
|
|
|
Miscellaneous <netscriptmisc>
|