Merge pull request #3942 from Mughur/dev

API: add corp get<constant> functions, UI: fix coffee hover text
This commit is contained in:
hydroflame
2022-08-09 12:04:03 -03:00
committed by GitHub
4 changed files with 119 additions and 1 deletions

View File

@@ -6920,6 +6920,31 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
* @returns An offer of investment
*/
getInvestmentOffer(): InvestmentOffer;
/**
* Get list of materials
* @returns material names
*/
getMaterialNames():string[];
/**
* Get list of industry types
* @returns industry names
*/
getIndustryTypes():string[];
/**
* Get list of one-time unlockable upgrades
* @returns unlockable upgrades names
*/
getUnlockables():string[];
/**
* Get list of upgrade names
* @returns upgrade names
*/
getUpgradeNames():string[];
/**
* Get list of research names
* @returns research names
*/
getResarchNames():string[];
/**
* Accept investment based on you companies current valuation
* @remarks