bitburner-src/markdown/bitburner.stanek.remove.md
Olivier Gagnon 3c27893aa3 v1.1.0
2021-12-03 16:14:13 -05:00

32 lines
691 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Stanek](./bitburner.stanek.md) &gt; [remove](./bitburner.stanek.remove.md)
## Stanek.remove() method
Remove fragment at location.
<b>Signature:</b>
```typescript
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. |
<b>Returns:</b>
boolean
The fragment at \[rootX, rootY\], if any.
## Remarks
RAM cost: cost: 0.15 GB