mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
28 lines
1.0 KiB
ReStructuredText
28 lines
1.0 KiB
ReStructuredText
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:
|
|
|
|
Learn to Program <netscriptlearntoprogram>
|
|
Netscript 1.0 <netscript1>
|
|
NetscriptJS (Netscript 2.0) <netscriptjs>
|
|
Script Arguments <netscriptscriptarguments>
|
|
Basic Functions <netscriptfunctions>
|
|
Advanced Functions <netscriptadvancedfunctions>
|
|
Hacknet Node API <netscripthacknetnodeapi>
|
|
Trade Information eXchange (TIX) API <netscriptixapi>
|
|
Singularity Functions <netscriptsingularityfunctions>
|
|
Bladeburner API <netscriptbladeburnerapi>
|
|
Miscellaneous <netscriptmisc>
|