mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
542 B
542 B
Home > bitburner > Corporation > issueDividends
Corporation.issueDividends() method
Issue dividends
Signature:
issueDividends(percent: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
percent | number | Percent of profit to issue as dividends. |
Returns:
void