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) > [getInvestmentOffer](./bitburner.corporation.getinvestmentoffer.md)
|
|
|
|
|
|
|
|
## Corporation.getInvestmentOffer() method
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
Get an offer for investment 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
|
|
|
|
getInvestmentOffer(): InvestmentOffer;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
[InvestmentOffer](./bitburner.investmentoffer.md)
|
|
|
|
|
|
|
|
An offer of investment
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 10 GB
|
|
|
|
|