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

778 B

Home > bitburner > Stanek > chargeFragment

Stanek.chargeFragment() method

Charge a fragment, increasing its power.

Signature:

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.

Returns:

Promise<void>

Promise that lasts until the charge action is over.

Remarks

RAM cost: 0.4 GB