link.transferEnergy(target, amount?)
Transfer Energy between Links in the same room after checking cooldown, stock, free capacity, and transfer loss.
Open in API reference →OBJECT HUB
A focused hub for Link Energy transfer, cooldown, capacity, room logistics, and Controller supply debugging.
Link debugging should not stop at transferEnergy(). Check sender stock, receiver free capacity, cooldown, target identity, and next-tick Store changes together.
API
These entries come from the shared quick-reference dataset. The highest-value surfaces stay visible; secondary entries remain available on demand.
link.transferEnergy(target, amount?)Transfer Energy between Links in the same room after checking cooldown, stock, free capacity, and transfer loss.
Open in API reference →RETURN CODES
These are the return-code paths already connected to this object in the site's existing guides and error reference.
ERR_NOT_ENOUGH_RESOURCES return -6ERR_INVALID_TARGET return -7ERR_FULL return -8ERR_TIRED return -11GUIDES
Use the focused guides for workflow details instead of duplicating full tutorials on this hub.
PROVE
Only guides that pass the existing Markdown acceptance boundary and have an accepted Console or live verification level appear here.