bitburner-src/markdown/bitburner.bladeburner.startaction.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

1.3 KiB

Home > bitburner > Bladeburner > startAction

Bladeburner.startAction() method

You have to be employed in the Bladeburner division and be in BitNode-7 or have Source-File 7 in order to use this function.

Attempts to start the specified Bladeburner action. Returns true if the action was started successfully, and false otherwise.

Signature:

startAction(
    type: BladeburnerActTypes,
    name: BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps,
  ): boolean;

Parameters

Parameter Type Description
type BladeburnerActTypes Type of action.
name BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps Name of action. Must be an exact match

Returns:

boolean

True if the action was started successfully, and false otherwise.

Remarks

RAM cost: 4 GB