mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
6e1848dd79
* CORPORATION: Add new API to check if player can create corporation * Update description of createCorporation API * Return enum instead of true/false * Use throwIfReachable * Fix typo in comment
762 B
762 B
Home > bitburner > CreatingCorporationCheckResult
CreatingCorporationCheckResult enum
Signature:
declare enum CreatingCorporationCheckResult
Enumeration Members
Member | Value | Description |
---|---|---|
CorporationExists | "CorporationExists" |
|
DisabledBySoftCap | "DisabledBySoftCap" |
|
NoSf3OrDisabled | "NoSf3OrDisabled" |
|
Success | "Success" |
|
UseSeedMoneyOutsideBN3 | "UseSeedMoneyOutsideBN3" |