Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 691 Bytes

bitburner.stanek.remove.md

File metadata and controls

31 lines (18 loc) · 691 Bytes

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: cost: 0.15 GB