bitburner-src/markdown/bitburner.stanek.remove.md
Olivier Gagnon 05cbc25a8f 1.4
2022-01-18 14:03:24 -05:00

685 B

Home > bitburner > Stanek > remove

Stanek.remove() method

Remove fragment at location.

Signature:

remove(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