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

752 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: cost: 5 GB