mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
small fixes (#429)
This commit is contained in:
parent
1f98eecb57
commit
be5bba8ad6
@ -2,6 +2,7 @@ formatRam() Netscript Function
|
|||||||
==============================
|
==============================
|
||||||
|
|
||||||
.. js:function:: formatRam(number[, fractionalDigits = 3[, suffixStart = 1000[, isInteger = false]]])
|
.. js:function:: formatRam(number[, fractionalDigits = 3[, suffixStart = 1000[, isInteger = false]]])
|
||||||
|
|
||||||
:RAM cost: 0 GB
|
:RAM cost: 0 GB
|
||||||
|
|
||||||
:param number number: Number to format.
|
:param number number: Number to format.
|
||||||
|
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -6768,7 +6768,7 @@ export interface NS {
|
|||||||
flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };
|
flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Share your computer with your factions.
|
* Share the server's ram with your factions.
|
||||||
* @remarks
|
* @remarks
|
||||||
* RAM cost: 2.4 GB
|
* RAM cost: 2.4 GB
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user