Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 641 Bytes

bitburner.corporation.buybackshares.md

File metadata and controls

24 lines (14 loc) · 641 Bytes

Home > bitburner > Corporation > buyBackShares

Corporation.buyBackShares() method

Buyback Shares. Spend money from the player's wallet to transfer shares from public traders to the CEO.

Signature:

buyBackShares(amount: number): void;

Parameters

Parameter Type Description
amount number Amount of shares to buy back, must be integer and larger than 0

Returns:

void