2018-12-04 02:20:58 +01:00
|
|
|
.. _netscript:
|
|
|
|
|
|
|
|
Netscript
|
|
|
|
=========
|
2018-01-09 21:48:06 +01:00
|
|
|
Netscript is the programming language used in the world of Bitburner.
|
|
|
|
|
|
|
|
When you write scripts in Bitburner, they are written in the Netscript language.
|
2019-03-13 23:17:30 +01:00
|
|
|
Netscript is simply a subset of `JavaScript <https://developer.mozilla.org/en-US/docs/Web/JavaScript>`_.
|
2018-08-30 22:27:47 +02:00
|
|
|
This means that Netscript's syntax is
|
|
|
|
identical to that of JavaScript, but it does not implement some of the features
|
|
|
|
that JavaScript has.
|
2018-01-09 21:48:06 +01:00
|
|
|
|
|
|
|
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-12-04 02:20:58 +01:00
|
|
|
Learn to Program <netscript/netscriptlearntoprogram>
|
|
|
|
Netscript 1.0 <netscript/netscript1>
|
|
|
|
NetscriptJS (Netscript 2.0) <netscript/netscriptjs>
|
|
|
|
Script Arguments <netscript/netscriptscriptarguments>
|
|
|
|
Basic Functions <netscript/netscriptfunctions>
|
|
|
|
Advanced Functions <netscript/netscriptadvancedfunctions>
|
|
|
|
Hacknet Node API <netscript/netscripthacknetnodeapi>
|
|
|
|
Trade Information eXchange (TIX) API <netscript/netscriptixapi>
|
|
|
|
Singularity Functions <netscript/netscriptsingularityfunctions>
|
|
|
|
Bladeburner API <netscript/netscriptbladeburnerapi>
|
|
|
|
Gang API <netscript/netscriptgangapi>
|
|
|
|
Coding Contract API <netscript/netscriptcodingcontractapi>
|
2019-03-13 00:05:38 +01:00
|
|
|
Sleeve API <netscript/netscriptsleeveapi>
|
2021-03-31 06:45:21 +02:00
|
|
|
Formulas API <netscript/netscriptformulasapi>
|
2018-12-04 02:20:58 +01:00
|
|
|
Miscellaneous <netscript/netscriptmisc>
|