bitburner-src/markdown/bitburner.bladeburner.startaction.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

802 B

Home > bitburner > Bladeburner > startAction

Bladeburner.startAction() method

Start an action.

Signature:

startAction(type: string, name: string): boolean;

Parameters

Parameter Type Description
type string Type of action.
name string 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

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