bitburner-src/markdown/bitburner.stanek.get.md
Olivier Gagnon 05cbc25a8f 1.4
2022-01-18 14:03:24 -05:00

32 lines
746 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; [get](./bitburner.stanek.get.md)
## Stanek.get() method
Get placed fragment at location.
<b>Signature:</b>
```typescript
get(rootX: number, rootY: number): ActiveFragment | undefined;
```
## 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>
[ActiveFragment](./bitburner.activefragment.md) \| undefined
The fragment at \[rootX, rootY\], if any.
## Remarks
RAM cost: 5 GB