mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
32 lines
752 B
Markdown
32 lines
752 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) > [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: cost: 5 GB
|
|
|