Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 697 Bytes

File metadata and controls

27 lines (16 loc) · 697 Bytes

Home > bitburner > Corporation > createCorporation

Corporation.createCorporation() method

Create a Corporation

Signature:

createCorporation(corporationName: string, selfFund: boolean): boolean;

Parameters

Parameter Type Description
corporationName string
selfFund boolean If you should self fund, defaults to true, false will only work on Bitnode 3

Returns:

boolean

true if created and false if not