mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
746 B
746 B
Home > bitburner > Stanek > get
Stanek.get() method
Get placed fragment at location.
Signature:
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. |
Returns:
ActiveFragment | undefined
The fragment at [rootX, rootY], if any.
Remarks
RAM cost: 5 GB