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

717 B

Home > bitburner > Stanek > removeFragment

Stanek.removeFragment() method

Remove fragment at location.

Signature:

removeFragment(rootX: number, rootY: number): boolean;

Parameters

Parameter Type Description
rootX number X against which to align the top left of the fragment.
rootY number Y against which to align the top left of the fragment.

Returns:

boolean

The fragment at [rootX, rootY], if any.

Remarks

RAM cost: 0.15 GB