Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 772 Bytes

bitburner.stanek.getfragment.md

File metadata and controls

31 lines (18 loc) · 772 Bytes

Home > bitburner > Stanek > getFragment

Stanek.getFragment() method

Get placed fragment at location.

Signature:

getFragment(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