2018-01-09 21:48:06 +01:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "English" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > Netscript Documentation — Bitburner 1.0 documentation< / title >
< link rel = "stylesheet" href = "_static/agogo.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script type = "text/javascript" >
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
< / script >
< script type = "text/javascript" src = "_static/jquery.js" > < / script >
< script type = "text/javascript" src = "_static/underscore.js" > < / script >
< script type = "text/javascript" src = "_static/doctools.js" > < / script >
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML" > < / script >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
< link rel = "next" title = "Netscript Data Types and Variables" href = "netscriptdatatypes.html" / >
< link rel = "prev" title = "Welcome to Bitburner's documentation!" href = "index.html" / >
< / head >
< body >
< div class = "header-wrapper" role = "banner" >
< div class = "header" >
< div class = "headertitle" > < a
href="index.html">Bitburner 1.0 documentation< / a > < / div >
< div class = "rel" role = "navigation" aria-label = "related navigation" >
< a href = "index.html" title = "Welcome to Bitburner's documentation!"
accesskey="P">previous< / a > |
< a href = "netscriptdatatypes.html" title = "Netscript Data Types and Variables"
accesskey="N">next< / a > |
< a href = "genindex.html" title = "General Index"
accesskey="I">index< / a >
< / div >
< / div >
< / div >
< div class = "content-wrapper" >
< div class = "content" >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "netscript-documentation" >
< h1 > Netscript Documentation< a class = "headerlink" href = "#netscript-documentation" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > Netscript is the programming language used in the world of Bitburner.< / p >
< p > 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.< / p >
< p > If you have any requests or suggestions to improve the Netscript language, feel free
to reach out to the developer!< / p >
< div class = "toctree-wrapper compound" >
< p class = "caption" > < span class = "caption-text" > Sections:< / span > < / p >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptdatatypes.html" > Data Types and Variables< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptdatatypes.html#data-types" > Data Types< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptdatatypes.html#variables" > Variables< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptoperators.html" > Operators< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptoperators.html#operators" > Operators< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptoperators.html#binary-operators" > Binary Operators< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptoperators.html#unary-operators" > Unary Operators< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptloopsandconditionals.html" > Loops and Conditionals< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptscriptarguments.html" > Script Arguments< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptfunctions.html" > Basic Functions< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#hack" > hack< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#grow" > grow< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#weaken" > weaken< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#sleep" > sleep< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#print" > print< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#tprint" > tprint< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#clearlog" > clearLog< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#disablelog" > disableLog< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#enablelog" > enableLog< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#scan" > scan< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#nuke" > nuke< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#brutessh" > brutessh< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#ftpcrack" > ftpcrack< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#relaysmtp" > relaysmtp< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#httpworm" > httpworm< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#sqlinject" > sqlinject< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#run" > run< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#exec" > exec< / a > < / li >
2018-02-15 05:34:57 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#spawn" > spawn< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#kill" > kill< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#killall" > killall< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#exit" > exit< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#scp" > scp< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#ls" > ls< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#hasrootaccess" > hasRootAccess< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#gethostname" > getHostname< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#gethackinglevel" > getHackingLevel< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#gethackingmultipliers" > getHackingMultipliers< / a > < / li >
2018-05-09 09:21:47 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#gethacknetmultipliers" > getHacknetMultipliers< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getservermoneyavailable" > getServerMoneyAvailable< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getservermaxmoney" > getServerMaxMoney< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getservergrowth" > getServerGrowth< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getserversecuritylevel" > getServerSecurityLevel< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getserverbasesecuritylevel" > getServerBaseSecurityLevel< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getserverminsecuritylevel" > getServerMinSecurityLevel< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getserverrequiredhackinglevel" > getServerRequiredHackingLevel< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getservernumportsrequired" > getServerNumPortsRequired< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getserverram" > getServerRam< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#serverexists" > serverExists< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#fileexists" > fileExists< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#isrunning" > isRunning< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getnexthacknetnodecost" > getNextHacknetNodeCost< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#purchasehacknetnode" > purchaseHacknetNode< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#purchaseserver" > purchaseServer< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#deleteserver" > deleteServer< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getpurchasedservers" > getPurchasedServers< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#write" > write< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#read" > read< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#peek" > peek< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#clear" > clear< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#rm" > rm< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#scriptrunning" > scriptRunning< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#scriptkill" > scriptKill< / a > < / li >
2018-05-07 19:25:44 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptname" > getScriptName< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptram" > getScriptRam< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#gethacktime" > getHackTime< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getgrowtime" > getGrowTime< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getweakentime" > getWeakenTime< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptincome" > getScriptIncome< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptexpgain" > getScriptExpGain< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#gettimesincelastaug" > getTimeSinceLastAug< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#sprintf" > sprintf< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#vsprintf" > vsprintf< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html#prompt" > prompt< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#defining-your-own-functions" > Defining your own Functions< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptadvancedfunctions.html" > Advanced Functions< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptadvancedfunctions.html#getbitnodemultipliers" > getBitNodeMultipliers< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscripthacknetnodeapi.html" > Hacknet Node API< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#hacknetnodes" > hacknetnodes< / a > < / li >
2018-05-07 19:25:44 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#purchasing-hacknet-nodes" > Purchasing Hacknet Nodes< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#hacknet-node-member-variables" > Hacknet Node Member Variables< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#hacknet-node-methods" > Hacknet Node Methods< / a > < / li >
2018-05-09 09:21:47 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#utils" > Utils< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#example-s" > Example(s)< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptixapi.html" > Trade Information eXchange (TIX) API< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#getstockprice" > getStockPrice< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#getstockposition" > getStockPosition< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#buystock" > buyStock< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#sellstock" > sellStock< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#shortstock" > shortStock< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#sellshort" > sellShort< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#placeorder" > placeOrder< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html#cancelorder" > cancelOrder< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptsingularityfunctions.html" > Singularity Functions< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#universitycourse" > universityCourse< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#gymworkout" > gymWorkout< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#traveltocity" > travelToCity< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#purchasetor" > purchaseTor< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#purchaseprogram" > purchaseProgram< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getstats" > getStats< / a > < / li >
2018-03-04 00:55:58 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcharacterinformation" > getCharacterInformation< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#isbusy" > isBusy< / a > < / li >
2018-02-15 05:34:57 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#stopaction" > stopAction< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#upgradehomeram" > upgradeHomeRam< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getupgradehomeramcost" > getUpgradeHomeRamCost< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#workforcompany" > workForCompany< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#applytocompany" > applyToCompany< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcompanyrep" > getCompanyRep< / a > < / li >
2018-03-04 00:55:58 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcompanyfavor" > getCompanyFavor< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#checkfactioninvitations" > checkFactionInvitations< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#joinfaction" > joinFaction< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#workforfaction" > workForFaction< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getfactionrep" > getFactionRep< / a > < / li >
2018-03-04 00:55:58 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getfactionfavor" > getFactionFavor< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#createprogram" > createProgram< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#commitcrime" > commitCrime< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcrimechance" > getCrimeChance< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getownedaugmentations" > getOwnedAugmentations< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getaugmentationsfromfaction" > getAugmentationsFromFaction< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getaugmentationcost" > getAugmentationCost< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#purchaseaugmentation" > purchaseAugmentation< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#installaugmentations" > installAugmentations< / a > < / li >
< / ul >
< / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "netscriptmisc.html" > Miscellaneous< / a > < ul >
2018-03-03 22:05:33 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html#netscript-ports" > Netscript Ports< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html#comments" > Comments< / a > < / li >
2018-03-12 20:39:04 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html#importing-functions" > Importing Functions< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html#javascript-math-module" > Javascript Math Module< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html#javascript-date-module" > Javascript Date Module< / a > < / li >
2018-03-03 22:05:33 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html#javascript-number-module" > Javascript Number Module< / a > < / li >
2018-02-24 23:55:06 +01:00
< / ul >
< / li >
2018-01-09 21:48:06 +01:00
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "sidebar" >
< h3 > Table Of Contents< / h3 >
< p class = "caption" > < span class = "caption-text" > Contents:< / span > < / p >
< ul class = "current" >
< li class = "toctree-l1 current" > < a class = "current reference internal" href = "#" > Netscript< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptdatatypes.html" > Data Types and Variables< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptoperators.html" > Operators< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptloopsandconditionals.html" > Loops and Conditionals< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptscriptarguments.html" > Script Arguments< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html" > Basic Functions< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptadvancedfunctions.html" > Advanced Functions< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html" > Hacknet Node API< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html" > Trade Information eXchange (TIX) API< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html" > Singularity Functions< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html" > Miscellaneous< / a > < / li >
2018-01-09 21:48:06 +01:00
< / ul >
< / li >
2018-05-07 19:25:44 +02:00
< li class = "toctree-l1" > < a class = "reference internal" href = "terminal.html" > Terminal< / a > < / li >
2018-03-12 20:39:04 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "shortcuts.html" > Keyboard Shortcuts< / a > < / li >
2018-01-09 21:48:06 +01:00
< / ul >
< div role = "search" >
< h3 style = "margin-top: 1.5em;" > Search< / h3 >
< form class = "search" action = "search.html" method = "get" >
< input type = "text" name = "q" / >
< input type = "submit" value = "Go" / >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< / div >
< div class = "footer-wrapper" >
< div class = "footer" >
< div class = "left" >
< div role = "navigation" aria-label = "related navigaton" >
< a href = "index.html" title = "Welcome to Bitburner's documentation!"
>previous< / a > |
< a href = "netscriptdatatypes.html" title = "Netscript Data Types and Variables"
>next< / a > |
< a href = "genindex.html" title = "General Index"
>index< / a >
< / div >
< div role = "note" aria-label = "source link" >
< br / >
< a href = "_sources/netscript.rst.txt"
rel="nofollow">Show Source< / a >
< / div >
< / div >
< div class = "right" >
< div class = "footer" role = "contentinfo" >
© Copyright 2017, Bitburner.
Created using < a href = "http://sphinx-doc.org/" > Sphinx< / a > 1.6.4.
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< / div >
< / body >
< / html >