mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
changed setting to selling in getSaleGain
This commit is contained in:
parent
d99b03d12e
commit
1087db9f33
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1045,7 +1045,7 @@ export interface TIX {
|
|||||||
getPurchaseCost(sym: string, shares: number, posType: string): number;
|
getPurchaseCost(sym: string, shares: number, posType: string): number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calculate profit of setting stocks.
|
* Calculate profit of selling stocks.
|
||||||
* @remarks
|
* @remarks
|
||||||
* RAM cost: 2 GB
|
* RAM cost: 2 GB
|
||||||
* Calculates and returns how much you would gain from selling a given number of shares of a stock.
|
* Calculates and returns how much you would gain from selling a given number of shares of a stock.
|
||||||
|
Loading…
Reference in New Issue
Block a user