mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
937 B
937 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.
Example
ns.bladeburner.startAction("Contracts", "Tracking")
// This will start the Bladeburner Contracts action of Tracking