mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
24 lines
568 B
Markdown
24 lines
568 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [acceptInvestmentOffer](./bitburner.corporation.acceptinvestmentoffer.md)
|
||
|
|
||
|
## Corporation.acceptInvestmentOffer() method
|
||
|
|
||
|
Accept investment based on you companies current valuation
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
acceptInvestmentOffer(): boolean;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
boolean
|
||
|
|
||
|
An offer of investment
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
Is based on current valuation and will not honer a specific Offer
|
||
|
|