bitburner-src/markdown/bitburner.stanek.removefragment.md

32 lines
717 B
Markdown
Raw Normal View History

2021-12-03 22:14:13 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2022-03-29 21:49:31 +02:00
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Stanek](./bitburner.stanek.md) &gt; [removeFragment](./bitburner.stanek.removefragment.md)
2021-12-03 22:14:13 +01:00
2022-03-29 21:49:31 +02:00
## Stanek.removeFragment() method
2021-12-03 22:14:13 +01:00
Remove fragment at location.
<b>Signature:</b>
```typescript
2022-03-29 21:49:31 +02:00
removeFragment(rootX: number, rootY: number): boolean;
2021-12-03 22:14:13 +01:00
```
## 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. |
<b>Returns:</b>
boolean
The fragment at \[rootX, rootY\], if any.
## Remarks
2022-01-18 20:02:12 +01:00
RAM cost: 0.15 GB
2021-12-03 22:14:13 +01:00