mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
711 B
711 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