bitburner-src/markdown/bitburner.stanek.placefragment.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

920 B

Home > bitburner > Stanek > placeFragment

Stanek.placeFragment() method

Place fragment on Stanek's Gift.

Signature:

placeFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;

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.
rotation number A number from 0 to 3, the mount of 90 degree turn to take.
fragmentId number ID of the fragment to place.

Returns:

boolean

true if the fragment can be placed at that position. false otherwise.

Remarks

RAM cost: 5 GB