allbuild commit /usr/bin/git

This commit is contained in:
Olivier Gagnon
2022-03-29 15:49:31 -04:00
parent 8dcd60289c
commit 24ede1c68d
31 changed files with 515 additions and 45 deletions

View File

@@ -0,0 +1,31 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Stanek](./bitburner.stanek.md) &gt; [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&lt;void&gt;
Promise that lasts until the charge action is over.
## Remarks
RAM cost: 0.4 GB