mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
36 lines
853 B
Markdown
36 lines
853 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [upgradeSkill](./bitburner.bladeburner.upgradeskill.md)
|
||
|
|
||
|
## Bladeburner.upgradeSkill() method
|
||
|
|
||
|
Upgrade skill.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
upgradeSkill(name: string, count?: number): boolean;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| name | string | |
|
||
|
| count | number | Number of times to upgrade the skill. Defaults to 1 if not specified. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
boolean
|
||
|
|
||
|
true if the skill is successfully upgraded, and false otherwise.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 4 GB
|
||
|
|
||
|
Attempts to upgrade the specified Bladeburner skill the specified number of times.
|
||
|
|
||
|
Returns true if the skill is successfully upgraded, and false otherwise.
|
||
|
|