2022-10-21 17:16:00 +02:00
|
|
|
<!-- 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
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
Accept the investment offer. The value of offer is based on current corporation valuation.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
acceptInvestmentOffer(): boolean;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
boolean
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
true if you successfully accept the offer, false if not
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
RAM cost: 20 GB
|
2022-10-21 17:16:00 +02:00
|
|
|
|