mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
allbuild commit /usr/bin/git
This commit is contained in:
31
markdown/bitburner.stanek.chargefragment.md
Normal file
31
markdown/bitburner.stanek.chargefragment.md
Normal file
@@ -0,0 +1,31 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) > [chargeFragment](./bitburner.stanek.chargefragment.md)
|
||||
|
||||
## Stanek.chargeFragment() method
|
||||
|
||||
Charge a fragment, increasing its power.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
chargeFragment(rootX: number, rootY: number): Promise<void>;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| rootX | number | rootX Root X against which to align the top left of the fragment. |
|
||||
| rootY | number | rootY Root Y against which to align the top left of the fragment. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
Promise<void>
|
||||
|
||||
Promise that lasts until the charge action is over.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 0.4 GB
|
||||
|
||||
Reference in New Issue
Block a user