mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
e572c6dad8
* Hash upgrades and Bladeburner skills can now be clicked to copy to clipboard * Aug purchase confirmation popup displays money in 0.000a format * Character now displays hacknet server info properly * Character,Info now displays hacknet server info correctly. * Formulas (#825) Formulas API v0.1 * Make all money the same color, same for reputation, format all numbers consistently. * rename a lot of the formulas function to no longer contain calculate * added hacking related formulas * removed unused variable * v0.51.0
35 lines
1.4 KiB
ReStructuredText
35 lines
1.4 KiB
ReStructuredText
.. _netscript:
|
|
|
|
Netscript
|
|
=========
|
|
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 subset of `JavaScript <https://developer.mozilla.org/en-US/docs/Web/JavaScript>`_.
|
|
This means that Netscript's syntax is
|
|
identical to that of JavaScript, but it does not implement some 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 <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>
|
|
Sleeve API <netscript/netscriptsleeveapi>
|
|
Formulas API <netscript/netscriptformulasapi>
|
|
Miscellaneous <netscript/netscriptmisc>
|