mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
691 B
691 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: cost: 0.15 GB